All Projects → matteocontrini → node-periscope-stream

matteocontrini / node-periscope-stream

Licence: MIT license
📷 Get details about a Periscope live

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to node-periscope-stream

rtmp-social-multicast
Want to stream to Twitch, YouTube, Facebook, and/or Periscope at the same time? That's what this project allows you to do!
Stars: ✭ 42 (+2.44%)
Mutual labels:  periscope
Awesome Developer Streams
👩🏿‍💻👨🏾‍💻👩🏼‍💻👨🏽‍💻👩🏻‍💻 Awesome Developers, Streaming
Stars: ✭ 6,860 (+16631.71%)
Mutual labels:  periscope
My-OpenPeriscope
Periscope.tv client and downloader based on Pmmlabs/OpenPeriscope
Stars: ✭ 21 (-48.78%)
Mutual labels:  periscope

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;
  }
});
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].