Skip to content

hzoo/tppstats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TPP Stats

Dependency Status

To run:

  • Start a local copy of redis
    • ./src/redis-server
  • npm install
  • bower install
  • Create a config.json file (to store your twitch name and oauth token)
// config.json
{
    // you can also set the environment variables in node (for heroku)
    "TWITCH_OAUTH": "OAUTH_HERE"
    "TWITCH_USERNAME": "TWITCH_NAME_HERE"
}
  • run npm start
  • go to localhost:8080 (default ip)

Building/Contributing

  • npm install and bower install when needed
  • run npm run lint to check jshint/jscs
  • run grunt build (at the moment the dist/ folder is commited)

About

📈 TwitchPlaysPokemon realtime graphs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published