0.0.1 • Published 11 years ago

oauthstream v0.0.1

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

#OAUTH STREAM

I wanted to have a stream from oauth so I wrote this simple wrapper.

##Usage

npm install oauthstream

var oauthStream = require('oauthstream');

// Your credentials here
var credentials = {
  consumer_key: '',
  consumer_secret: '',
  access_token: '',
  access_secret: '',
};

oauthStream.setCredentials(credentials);

var url = 'https://website.to/hit';

oauthStream.get(url).pipe(process.stdout);
0.0.1

11 years ago

0.0.0

11 years ago