npm install --save inin
var inin = require('inin');
inin.login('[email protected]', 'password').then(function() {
inin.createUser({
email: '[email protected]',
name: 'User Name',
phone: '3172222222',
password: 'password'
});
});npm install
To run tests, gulp test from project root