This package has been deprecated

Author message:

This package is not maintained or supported anymore.

node-periscope-stream

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i node-periscope-stream

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • matteocontrini