gt-push-sdk

4.1.1 • Public • Published

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:

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/

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i gt-push-sdk

    Weekly Downloads

    6

    Version

    4.1.1

    License

    none

    Unpacked Size

    128 kB

    Total Files

    33

    Last publish

    Collaborators

    • gtsdk