4.1.1 • Published 5 years ago

gt-push-sdk v4.1.1

Weekly downloads
192
License
-
Repository
-
Last release
5 years ago

Install

npm install gt-push-sdk

Init a push Client

First you need create an app at https://dev.getui.com, and then get your APPKEY and MASTERSECRET in the following page: npm.io

Init a push client:

var GeTui = require( 'gt-push-sdk' );
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.

More Docs and Demos

Please visit http://docs.getui.com/server/nodejs/start/