A simple interface for consuming tweets using Twitter's streaming API with the excellent socket.io library.
- Install socket.io
- Set up a Twitter application
- Input your application auth into app.js and you're set.
Andre Goncalves and Eric Dennis for creating similar apps that helped me think through this.