1.0.0 • Published 7 years ago
node-periscope-stream v1.0.0
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;
}
});