oauthstream

0.0.1 • Public • Published

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);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    4
  • 0.0.0
    1

Package Sidebar

Install

npm i oauthstream

Weekly Downloads

5

Version

0.0.1

License

Beerware

Last publish

Collaborators

  • nickdesaulniers