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

/oauthstream/

    Package Sidebar

    Install

    npm i oauthstream

    Weekly Downloads

    6

    Version

    0.0.1

    License

    Beerware

    Last publish

    Collaborators

    • nickdesaulniers