node-clash
v0.1.0
Published
A promised based wrapper for the Clash of Clans API
Downloads
87
Maintainers
Readme
A promise base library to interact with the Clash of Clans API.
Installation
npm install node-clash
Usage
let API = require('node-clash');
API = new API('your-token-goes-here');
API.getPlayer('RC99808L').then(console.log);
Tests
npm test
Contributing
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.