0.3.0 • Published 6 years ago

splatoon2.ink-node-api-client v0.3.0

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

Splatoon2.ink Node API Client

Build Status Coverage Status npm npm GitHub stars npm.io Documentation Status

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.

0.3.0

6 years ago

0.2.0-0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago