Socket
Socket
Sign inDemoInstall

blizzapi

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blizzapi

Flexible and feature-rich Node.js library for Blizzard Battle.net API


Version published
Weekly downloads
113
decreased by-75.7%
Maintainers
1
Weekly downloads
 
Created
Source

BlizzAPI

npm (latest) Travis CI Build Status AppVeyor Build status Maintainability Test Coverage

Flexible feature-rich library for easy access to Battle.net API.

Install

npm install blizzapi

Quick start

const BlizzAPI = require('blizzapi');

const api = new BlizzAPI({
  region: 'us',
  clientId: 'client id',
  clientSecret: 'client secret'
});

const data = await api.query('/path/to/endpoint');

console.log(data);

Manual build

git clone https://github.com/lukemnet/blizzapi.git
cd blizzapi
npm install
npm run build

Documentation & examples

License

Licensed under MIT License. See LICENSE for more information.

Battle.net and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.

Keywords

FAQs

Package last updated on 01 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc