inin
v0.1.0
Published
Interactive Intelligence Hackathon NPM Package
Downloads
16
Maintainers
Readme
##Interactive Intelligence Purecloud Node.js SDK
Usage
npm install --save inin
var inin = require('inin');
inin.login('[email protected]', 'password').then(function() {
inin.call('1317222222');
});
Developing
npm install
To run tests, gulp test
from project root