npm install node-getui-killaThe GeTui Server SDK
------------------------
The server SDK is a wrapper of all the http/https API calls, which could be found here
``bash`
$ npm install node-getui
`js`
var GeTui = require( 'node-getui' );
var api = new GeTui('HOST', 'APPKEY', 'MASTERSECRET');
The HOST can be http://sdk.open.api.igexin.com/apiex.htm or https://api.getui.com/apiex.htm`.