Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 529 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 529 Bytes

Twitch Chat Analytics

This app is a basic (for now) analytics platform for Twitch.tv

Check out the current live version at ezra.gg

Requirements:

  1. NodeJS
  2. MongoDB
  3. npm + bower

Usage:

  1. Run "npm -install" in the project root directory
  2. Run "bower -install" in the project root directory
  3. Add your configuration file to the config directory
  4. Make sure a MongoDB instance is running
  5. Run "node server"
  6. Navigate to localhost:1338

Created by Ezra Dowd