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/

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.1.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 4.1.1
    3
  • 4.1.0
    1
  • 0.3.0
    1
  • 0.2.0
    1

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