0.0.3 • Published 11 years ago

node-datasift v0.0.3

Weekly downloads
16
License
-
Repository
github
Last release
11 years ago

node-datasift

Complete Solution for DataSift.

Note:

Forked from datasift-rest

Install*

npm install node-datasift

Use

var DS = require('node-datasift')
ds = new DS({username:'',apikey:''})

ds.helpers.generateTwitterFollowHash([20731458, 18751623, 363450850], function (err, data) {
    if (err) console.log(err)
    console.log(data)
})

TODO

* add project to NPM
Lots of things
0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago