Suppose we want store al our “mongodb” tweets in a MongoDB database. We need 2 additional node packages: 1) ntwitter (Asynchronous Twitter REST/stream/search client API for Node.js) 2) mongodb (A Node.js driver for MongoDB). Of course there are more MongoDB drivers. Create a Node.js project “twitterstream” and add the 2 packages with the following commands: […]
