Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 657 Bytes

File metadata and controls

19 lines (12 loc) · 657 Bytes

stream-scouter

A small project to compare Twitch streamer data.

View it at https://stream-power-scouter.herokuapp.com/

To run locally:

  1. Add a new file in the root of the project called config.js. It should export an object as a module that has the properties:

twitchApiRoot= 'https://api.twitch.tv/kraken'
twitchClientId= <ClientId assigned by Twitch>

  1. Install all the dependencies with npm install.
  2. Run the app using either of npm start or node bin/www.

To build the project after making changes, use npm run build.
You can also run npm run watch to constantly build when changes are made.