0.1.0 • Published 6 years ago

node-clash v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Codacy Badge Build Status npm

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.

Links

Official CoC API

API Section(Supercell Forums)