twitch-data-api

API used by TTV Stats. Provides and aggregates historical data gathered from Twitch. Based on Node.js and Express.

other twitchdata repositories

API

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.

Development

Steps to run this project in a local dev environment

  1. npm install

installs development dependencies

  1. node server.js

starts the server including the API

This projects needs a running database (MongoDB).