You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var client = require('splatoon2.ink-node-api-client');
19
+
20
+
var currentStages = client.getCurrentStages(); // Object containing regular, ranked, and league stages.
21
+
22
+
23
+
## Tests
24
+
25
+
`npm test`
26
+
27
+
## Contributing
28
+
29
+
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.
30
+
31
+
32
+
## Other
33
+
34
+
I am not responsible for usage of this API. This is only a client, and not the API itself. Caching is not implemented.
0 commit comments