A Node package to publish push notifications to a phone or desktop through an ntfy server.
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.
- ntfy - Send notifications over ntfy.sh