An API client for Splatoon2.ink.
npm install splatoon2.ink-node-api-client
var client = require('splatoon2.ink-node-api-client');
var currentStages = client.getCurrentStages(); // Object containing regular, ranked, and league stages.
npm test
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
.
I am not responsible for usage of this API. This is only a client, and not the API itself. Caching is not implemented.