1.3.0 • Published 7 years ago

VoiceIt v1.3.0

Weekly downloads
2
License
ISC
Repository
-
Last release
7 years ago

VoiceIt Node JS wrapper

npm version

A Wrapper for using the VoiceIt Rest API.

Download

Method 1

You can either download the respository and add its contents to your root project folder by cloning or clicking or here VoiceIt Node JS Library

Method 2

Otherwise you can easily download the VoiceIt Wrapper via the npm package manager simply via the command

npm install VoiceIt

Usage

Then initialize a VoiceIt Object like this with your own developer id

myVoiceIt = require('VoiceIt');

myVoiceIt.initialize('1d6361f81f3047ca8b0c0332ac0fb17d');
//Pass your 32 character developer id as a parameter to the intialize method like shown above

Demo

Also check out the Demo.js demo that demonstrates how to make a createUser API call using the VoiceIt Node JS Wrapper.

Documentation

Finally use all other API Calls as documented on the VoiceIt API Documentation page.

1.3.0

7 years ago

1.2.9

8 years ago

1.2.8

8 years ago

1.2.6

9 years ago

1.2.5

9 years ago

1.2.4

9 years ago

1.2.3

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago