Interactive Intelligence Hackathon NPM Package
npm install inin##Interactive Intelligence Purecloud Node.js SDK

npm install --save inin
js
var inin = require('inin');
inin.login('user@example.com', 'password').then(function() {
inin.call('1317222222');
});
`
$3
npm install
To run tests, gulp test` from project root