0.1.0 • Published 8 years ago

streamme v0.1.0

Weekly downloads
7
License
MIT
Repository
github
Last release
8 years ago

StreamMe

This NPM module is made to help you interact with StreamMe's different APIs in an easy way.

Install

$ npm install streamme

Usage

var StreamMe = require('streamme');
var AwesomeUser = new StreamMe('AwesomeUser');

// Get the current follower count for AwesomeUser
console.log(AwesomeUser.Stats.getFollowers('human'));

Further Explanation

There is more documentation provided here on the Wiki.

0.1.0

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago