https://github.com/zachleat/busyness
This project is retired.
https://github.com/zachleat/busyness
Last synced: 8 months ago
JSON representation
This project is retired.
- Host: GitHub
- URL: https://github.com/zachleat/busyness
- Owner: zachleat
- Created: 2013-01-23T01:51:44.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T12:58:34.000Z (almost 9 years ago)
- Last Synced: 2024-04-15T11:12:51.686Z (about 2 years ago)
- Language: JavaScript
- Homepage: https://www.zachleat.com/web/busyness/
- Size: 196 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*This project is Retired.* This was a project to see a list of your noisiest twitter friends.
* [busyness.io (if it’s still up)](http://busyness.io)
* [Read the blog post](https://www.zachleat.com/web/busyness/)
* [Sample output](https://www.zachleat.com/busyness-sample/)
# 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](https://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
* [Briefcase Icon](http://www.iconfinder.com/icondetails/61690/128/briefcase_carreer_suitcase_icon)