1.0.9 • Published 8 months ago

@easy-push/ts-client v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

easy-push typescript client SDK

Installation

npm install --save @easy-push/ts-client

Usage

import EasyPushClient from '@easy-push/ts-client';

const client = new EasyPushClient("https://easy-push-api.sayanbiswas.in", "meow", "uwu");
const channel = client.getChannel(5);

client.subscribeToChannel(5, (message) => {
    console.log(message);
});
1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago