Skip to content

jonfreeland/NodeJS-Consumer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataSift consumer for NodeJS

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.

Prerequesites

  • You have some experience of NodeJS
  • You have a DataSift account (username and API key) available from http://datasift.com

Install

  • Using npm npm install datasift
  • Download datasift.js and add it to your project require('/path/to/datasift.js');

Use

  • See the example.js script for how to use the library

About

A DataSift stream consumer for Node JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%