node periscope stream
1.0.0
Узнайте подробности о трансляции в Periscope
npm install node - periscope - stream
var periscope = require ( 'node-periscope-stream' ) ;
periscope ( 'https://www.periscope.tv/w/[example]' , function ( err , details ) {
if ( err ) {
console . log ( err ) ;
return ;
}
} ) ;