notify-js-sdk
Send notifications to Notify
Installation
yarn add -D znotify
Usage
import {Client} from 'znotify';
const client = await Client.create("user_id");
await client.send("Notification")
Send notifications to Notify
yarn add -D znotify
import {Client} from 'znotify';
const client = await Client.create("user_id");
await client.send("Notification")