0.3.0 • Published 8 years ago
splatoon2.ink-node-api-client v0.3.0
Splatoon2.ink Node API Client
An API client for Splatoon2.ink.
Installation
npm install splatoon2.ink-node-api-client
Usage
var client = require('splatoon2.ink-node-api-client');
var currentStages = client.getCurrentStages(); // Object containing regular, ranked, and league stages.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.
To install dependencies, run yarn.
Other
I am not responsible for usage of this API. This is only a client, and not the API itself. Caching is not implemented.