@ntfy-app/client

JS Client SDK for the Notify App

Usage no npm install needed!

<script type="module">
  import ntfyAppClient from 'https://cdn.skypack.dev/@ntfy-app/client';
</script>

README

Notify App Client SDK

npm npm bundle size Issues License

JS Client SDK of the Notify App (website coming soon). Send event, log and status messages to all subscribed channels from your JS apps.

Installation

Install the package with:

npm install --save @ntfy-app/client
# or
yarn add @ntfy-app/client

Usage

WIP