BUSYNESS

This project is retired.

Stars
5

This project is Retired. This was a project to see a list of your noisiest twitter friends.

Development

Install

npm install

Configure

  • Rename twitter_config.sample.json to twitter_config.json and add your own twitter keys obtained from dev.twitter.com.

Run

node app.js

Browse

http://localhost:3000

Production

Heroku Environment Variables

  • NODE_ENV = 'production'
  • consumerKey = ''
  • consumerSecret = ''
  • NODEFLY_ID = ''
  • SESSION_SECRET = '' (optional)

Sources