Best viewed in Chrome.
Files can be found at https://github.com/danielleswank/Birdy
These instructions assume that you have node installed.
If you don't have it installed, here are a few good installation instruction links:
https://github.com/joyent/node/wiki/Installation
https://gist.github.com/579814
- Add this line to your hosts file "127.0.0.1 dev.freeflow.io"
- Download Birdy from github and unpack https://github.com/danielleswank/Birdy
- Open up your terminal and cd into the Birdy directory
- Run "sudo npm install"
- Run "sudo coffee app.coffee"
- Go to http://dev.freeflow.io
- Auth with Twitter
- Type in keywords, @people, or lat,long. Press enter to search.
Things to know:
The stream is throttled, otherwise it was just scrolled too fast for popular terms.
Searches are additive so OWS + BASEBALL probably won't have may results even though they will separately.
You can toggle on and off search terms or remove them completely.
Try backspacing once you have a few terms in.
Lat,Long searches can't have a space after the comma. If they do they will be treated as a keyword (e.g. -36.34,85.23)