https://github.com/qrush/nathanlanevsraptor
a tweetstream demo, made during BarCampBoston 6
https://github.com/qrush/nathanlanevsraptor
Last synced: 7 months ago
JSON representation
a tweetstream demo, made during BarCampBoston 6
- Host: GitHub
- URL: https://github.com/qrush/nathanlanevsraptor
- Owner: qrush
- Created: 2011-04-10T20:28:51.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-10T20:42:40.000Z (about 15 years ago)
- Last Synced: 2024-12-28T12:22:39.467Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://nathanlanevsraptor.heroku.com
- Size: 781 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
= NATHAN LANE VS A RAPTOR!
For http://barcampboston.org, there was a programming contest. You had to pick 3 items from a board, I chose:
Nathan Lane
"my dignity"
Nerds
I ended up writing a twitter app to stream responses that said "my dignity" and "nerds".
= Why isn't anything changing?
You have to run the stream process to get tweets to come in. Read the instructions!
= INSTALL
Requires Ruby 1.9.2, then run:
gem install bundler
bundle (to get gems)
rackup (to run the web server)
rake watch (to stream in tweets)