3.0.7 • Published 5 years ago
voiceboxer-api v3.0.7
voiceboxer-api
A light-weight javascript wrapper for the VoiceBoxer API.
npm install voiceboxer-apiUsage
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);
});3.0.7
5 years ago
3.0.6
5 years ago
3.0.4
5 years ago
3.0.5
5 years ago
3.0.3
5 years ago
3.0.2
5 years ago
3.0.1
5 years ago
3.0.0
8 years ago
2.6.1
8 years ago
2.5.0
9 years ago
2.4.0
9 years ago
2.3.0
9 years ago
2.2.0
10 years ago
2.1.1
10 years ago
2.1.0
10 years ago
2.0.1
10 years ago
2.0.0
10 years ago
1.14.0
10 years ago
1.13.0
10 years ago
1.12.2
10 years ago
1.12.1
10 years ago