pushmesdk
/
1.4.0
pushmesdk 1.4.0
Install from the command line:
Learn more about npm packages
$ npm install @pushme-tgxn/pushmesdk@1.4.0
Install via package.json:
"@pushme-tgxn/pushmesdk": "1.4.0"
About this version
Can be used to communicate with a PushMe Server instance.
Client and Server side usage supported.
npm install pushme-sdk
const PushMe = require("pushme-sdk");
const pushMe = new PushMe({
backendUrl: "",
accessToken: "" // if known
});
pushMe.user.emailLogin(userName, password);