1.0.0 • Published 7 years ago

node-periscope-stream v1.0.0

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

node-periscope-stream

Get details about a Periscope live

Install

npm install node-periscope-stream

Use

var periscope = require('node-periscope-stream');
periscope('https://www.periscope.tv/w/[example]', function(err, details) {
  if (err) {
    console.log(err);
    return;
  }
});
1.0.0

7 years ago

0.1.5

8 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago