node-periscope-stream

Get details about a Periscope live stream


Keywords
periscope, stream, node, node-periscope-stream, nodejs, periscope-live
License
MIT
Install
npm install node-periscope-stream@0.1.5

Documentation

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