From 147d5b69591d3bfbcaf2adebfbccacb2c32f9728 Mon Sep 17 00:00:00 2001 From: Sumit Saurabh <62152915+sumitsaurabh927@users.noreply.github.com> Date: Wed, 14 Dec 2022 23:55:10 +0530 Subject: [PATCH] add: new notifaction system called "ntfy" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1668c428..eb54016d 100644 --- a/README.md +++ b/README.md @@ -1429,6 +1429,7 @@ A [notification system](https://en.wikipedia.org/wiki/Notification_system) is a - [Gotify](https://gotify.net/) - a simple server for sending and receiving messages. ([Source Code](https://github.com/gotify/server)) `Go` `Typescript` - [Novu](https://novu.co/) - Notification management simplified! The ultimate service for managing multi-channel notifications with a single API for all message providers (Email, SMS, Push, Chat). Novu comes with a CMS for advanced layouts and design management and is easy to set up and integrate with existing providers. ([Source Code](https://github.com/novuhq/novu)) `MIT` `Typescript` +- [ntfy](https://ntfy.sh/) - ntfy (pronounce: notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, entirely without signup, cost or setup. ([Source Code](https://github.com/binwiederhier/ntfy)) `Apache-2.0` `Go` `Javascript` ### Office Suites