https://github.com/outadoc/splatoon.ink-test-api
Splatoon API Simulator 2015
https://github.com/outadoc/splatoon.ink-test-api
Last synced: about 1 year ago
JSON representation
Splatoon API Simulator 2015
- Host: GitHub
- URL: https://github.com/outadoc/splatoon.ink-test-api
- Owner: outadoc
- License: gpl-3.0
- Created: 2015-08-27T08:54:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T08:59:46.000Z (almost 11 years ago)
- Last Synced: 2025-04-25T14:15:28.266Z (about 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Splatoon.ink Test Server
========================
This project consists of a Node.JS script that simulates the [Splatoon.ink API](http://splatoon.ink/schedule.json).
Motivation
----------
When you're building an application that uses the splatoon.ink API, it may be
really handy to test every possible case, and that includes waiting 4 hours for the stages to change. It's really not idea when you're trying to debug something, trust me.
This script, set to rotate the stages every minute by default, should make it way easier to handle.
Usage
-----
node test-server.js
Then just call `http://127.0.0.1:8080` instead of `https://splatoon.ink/schedule.json` and you'll get random data.