1.12.0 • Published 8 years ago

voiceboxer-api-js-client v1.12.0

Weekly downloads
1
License
MIT
Repository
bitbucket
Last release
8 years ago

voiceboxer-api-js-client

A light-weight javascript wrapper for the VoiceBoxer API.

npm install voiceboxer-api-js-client

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

8 years ago

1.11.0

8 years ago

1.10.0

9 years ago

1.9.0

9 years ago

1.8.2

9 years ago

1.8.1

9 years ago

1.8.0

9 years ago

1.7.0

9 years ago

1.6.4

9 years ago

1.6.3

9 years ago

1.6.2

9 years ago

1.6.1

9 years ago

1.6.0

9 years ago

1.5.2

9 years ago

1.5.1

9 years ago

1.5.0

9 years ago

1.4.2

9 years ago

1.4.1

9 years ago

1.4.0

9 years ago

1.3.0

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago