voiceboxer-api

3.0.7 • Public • Published

voiceboxer-api

A light-weight javascript wrapper for the VoiceBoxer API.

npm install voiceboxer-api

Usage

Initiate the module using either and access token or user credentials.

var voiceboxer = require('voiceboxer-api-js-client')({
	access_token: 'access_token'
});

voiceboxer.register('w4k4c1');

voiceboxer.on('update', function(liveEvent) {
	console.log(liveEvent);
});

voiceboxer.post('/live-events/w4k4c1/available', function(err, liveEvent) {
	console.log(liveEvent);
});

Readme

Keywords

Package Sidebar

Install

npm i voiceboxer-api

Weekly Downloads

1

Version

3.0.7

License

MIT

Unpacked Size

18 kB

Total Files

5

Last publish

Collaborators

  • kasperkronborg
  • kapetan
  • michaelclausen
  • voiceboxer