gw2
v0.0.1
Published
Guild Wars 2 API client for Node.
Downloads
3
Maintainers
Readme
Guild Wars 2 API client for Node.
Installation
npm install gw2
Usage
const gw2 = require('gw2')
const client = new gw2.Client()
client.get('achievements/daily').then(data => {
//
})
client.get('account', { token: 'API-KEY' }).then(data => {
//
})