0.1.0 • Published 9 years ago

inin v0.1.0

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
9 years ago

##Interactive Intelligence Purecloud Node.js SDK

Build Status

Usage

npm install --save inin

var inin = require('inin');

inin.login('user@example.com', 'password').then(function() {
    inin.call('1317222222');
});

Developing

npm install

To run tests, gulp test from project root