0.1.1 • Published 7 years ago
battlenet-wow-api v0.1.1
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)