API used by TTV Stats. Provides and aggregates historical data gathered from Twitch. Based on Node.js and Express.
At the moment this API is only ment to be used by the twitch-data-client. It delivers information about gathered games, channels and their historical aggregated stats.
Steps to run this project in a local dev environment
npm install
installs development dependencies
node server.js
starts the server including the API
This projects needs a running database (MongoDB).