3.0.7 • Published 3 years ago

voiceboxer-api v3.0.7

Weekly downloads
48
License
MIT
Repository
github
Last release
3 years ago

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

3 years ago

3.0.6

3 years ago

3.0.4

3 years ago

3.0.5

3 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

6 years ago

2.6.1

6 years ago

2.5.0

7 years ago

2.4.0

7 years ago

2.3.0

7 years ago

2.2.0

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.14.0

8 years ago

1.13.0

8 years ago

1.12.2

8 years ago

1.12.1

8 years ago