Home
Softono

Node Ntfy Publish

Open source MIT JavaScript
21
Stars
1
Forks
6
Issues
2
Watchers
4 months
Last Commit

 About Node Ntfy Publish

A Node package to publish notifications to an ntfy server.

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing Node Ntfy Publish?

We provide expert installation service for this software. Our team will install, configure, and secure Node Ntfy Publish on your server. plans start at just $30.

Node Ntfy Publish

View on GitHub

node-ntfy-publish

npm (scoped) codecov GitHub Workflow Status DeepSource

A Node package to publish push notifications to a phone or desktop through an ntfy server.

Getting Started

npm install @cityssm/ntfy-publish
import ntfyPublish from '@cityssm/ntfy-publish'

await ntfyPublish({
  topic: 'cityssm-test',
  priority: 'high',
  title: 'Test High Priority Message',
  message: '1, 2, 3',
  tags: ['warning', 'computer'],
  iconURL: 'https://avatars.githubusercontent.com/cityssm',
  clickURL: 'https://github.com/cityssm/node-ntfy-publish'
})

For information on how to subscribe to notifications on your phone or desktop, visit the ntfy website.

Related Projects on NPM

  • ntfy - Send notifications over ntfy.sh