Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 277 Bytes

File metadata and controls

19 lines (12 loc) · 277 Bytes

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")