Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 467 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 467 Bytes

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.api.helpers.generateTwitterFollowHash([20731458, 18751623, 363450850], function (err, data) {
    if (err) console.log(err)
    console.log(data)
})

TODO

Lots of things