Skip to content

nodejstr/node-datasift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Complete Solution for DataSift.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published