Skip to content

nswartz/stream-scouter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A small project to learn React.js that compares Twitch streams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages