/odd-javascript-sdk

The Odd JS SDK for Node and the browser

Primary LanguageJavaScriptOtherNOASSERTION

JavaScript SDK for Oddworks

oddworks-javascript-sdk

Build Status slack.oddnetworks.com

An Oddworks client SDK for Node.js and the browser. Check out Odd Networks for more information.

  • Create a new streaming app on the web.
  • Augment your existing website or Node.js app with video streaming content from Oddworks.
  • Take down the establishment.

Become your own video distribution channel!

Support for Node.js, Browserify, and Webpack.

Installing

$ npm install --save odd-javascript-sdk

Using

const OddClient = require('odd-javascript-sdk');
const client = new OddClient({jwt: 'YOUR JWT HERE'});

client
  .getVideos()
  .then(videos => {
    console.log(videos);
  })
  .catch(err => {
    console.error(err);
  });

Development

$ npm install
$ npm test

Community

Get updates on Odd Network's development and chat with the project maintainers and community members.

License

Apache 2.0 © Odd Networks