This library gives easy access to the real-time data coming from one or more DataSift streams.
It connects to the DataSift streaming API, and emits all data received. It can also handle multiple stream simultaneously.
- You have some experience of NodeJS
- You have a DataSift account (username and API key) available from http://datasift.com
- Using npm
npm install datasift
- Download datasift.js and add it to your project
require('/path/to/datasift.js');
- See the example.js script for how to use the library