Skip to content
pushmesdk / 1.1.0

pushmesdk 1.1.0

Install from the command line:
Learn more about npm packages
$ npm install @pushme-tgxn/pushmesdk@1.1.0
Install via package.json:
"@pushme-tgxn/pushmesdk": "1.1.0"

About this version

PushMe API Library

Can be used to communicate with a PushMe Server instance.

Client and Server side usage supported.

Usage

Install

npm install pushme-sdk

Usage As Server-Side

const PushMe = require("pushme-sdk");

const pushMe = new PushMe({
    backendUrl: "",
    accessToken: "" // if known
});

pushMe.user.emailLogin(userName, password);

Details


Assets

  • pushmesdk-1.1.0.tgz

Download activity

  • Total downloads 1
  • Last 30 days 0
  • Last week 0
  • Today 0