3.0.7 • Published 4 years ago

voiceboxer-api v3.0.7

Weekly downloads
48
License
MIT
Repository
github
Last release
4 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

4 years ago

3.0.6

4 years ago

3.0.4

4 years ago

3.0.5

4 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

7 years ago

2.6.1

7 years ago

2.5.0

8 years ago

2.4.0

8 years ago

2.3.0

8 years ago

2.2.0

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.14.0

9 years ago

1.13.0

9 years ago

1.12.2

9 years ago

1.12.1

10 years ago