Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

datasift

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datasift

DataSift streaming API consumer

  • 0.3.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

Changelog

0.3.1 - 8th Feb 2013

  • Increase socket activity check timeout to 65 seconds to ensure we don't get disconnected early

0.3.0 - 6th Feb 2013

  • Disconnect method destroys socket
  • Added a timer to disconnect if there has been no activity on the socket for 35 seconds

Keywords

FAQs

Package last updated on 08 Feb 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc