1.0.5 • Published 7 months ago

ts-sdk-push v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Setup

npm login

Project

typescript sdk project which performs the communication with Push Notify API androind application: https://play.google.com/store/apps/details?id=net.xdroid.pn&hl=en&gl=US

Install

You must run for installing the sdk

npm install ts-sdk-push

Exaples

You must import the PushSDK class from ts-sdk-push

import { PushSDK } from "ts-sdk-push";

And this is a simple example about 'How can I run the sdk?'

const sdk = new PushSDK("[url base]", "[my token]");

const res = await this.pushSDK.push("[my title]", "[my message]", "[my url]");
1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago