hublin-client

0.0.1 • Public • Published

Hubl.in nodejs client

NodeJS client to call the https://hubl.in API.

var HublinClient = require('hublin-client');
var client = new HublinClient();

client.create('MyConference', 'John Doe').then(function(response) {
  console.log('You can now open you room on, response.url);
}, function(err) {
  console.log('Oooops, something failed');
});

License

MIT

Package Sidebar

Install

npm i hublin-client

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators