BlizzAPI
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.
Legal
Battle.net and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.