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.