battlenet-wow-api

0.1.1 • Public • Published

BattleNet World of Warcraft Community API Client

Install

npm i --save battlenet-wow-api

Usage

const WoWClient = require('battlenet-wow-api')
 
// Initialize the client with your application's client ID and Secret. See https://develop.battle.net/access/clients
const client = new WoWClient(id, secret)
 
// Get realm status list
client.realmStatus()
  .then(console.log)

Package Sidebar

Install

npm i battlenet-wow-api

Weekly Downloads

2

Version

0.1.1

License

ISC

Unpacked Size

21.6 kB

Total Files

3

Last publish

Collaborators

  • jacopobonta