1.0.5 • Published 2 years ago

ts-sdk-push v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago