VoiceIt

1.3.0 • Public • Published

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.

Package Sidebar

Install

npm i VoiceIt

Weekly Downloads

1

Version

1.3.0

License

ISC

Unpacked Size

9.15 kB

Total Files

3

Last publish

Collaborators

  • bindra