1.0.9 • Published 2 years ago

@easy-push/ts-client v1.0.9

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

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago