A MOngodb NOde.js TWITter streaming client
MoNoTwit is a micro services based approach to connect to the twitter streaming api, listen for specific tweets and store those in a MongoDB database.
Node modules used:
- body-parser - parse the body of an html document
- cookie-parser - parese http cookies
- debug - aid in debugging
- express - skeleton build system
- jade - create html pages from templates
- morgan - I have no idea
- serve-favicon - serve an icon for the web-pages
- mongodb - connect to mongo db
- mongoose - automatically create entities for mongodb from javascript objects