From 8988f04fb3f28307746de04179bd6ed1354fc468 Mon Sep 17 00:00:00 2001
From: Dan Gowans <dangowans@users.noreply.github.com>
Date: Wed, 9 Nov 2022 13:24:55 -0500
Subject: [PATCH] Adding node-ntfy-publish

A Node package to publish notifications to an ntfy server.
---
 docs/integrations.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/integrations.md b/docs/integrations.md
index 658e6d79..1ec8372b 100644
--- a/docs/integrations.md
+++ b/docs/integrations.md
@@ -46,6 +46,7 @@ messages until I finally finish implementing end-to-end encryption.
 - [vntfy](https://github.com/lmangani/vntfy) - Barebone V client for ntfy (V)
 - [ntfy-middleman](https://github.com/nachotp/ntfy-middleman) - Wraps APIs and send notifications using ntfy.sh on schedule (Python)
 - [ntfy-dotnet](https://github.com/nwithan8/ntfy-dotnet) - .NET client library to interact with a ntfy server (C# / .NET)
+- [node-ntfy-publish](https://github.com/cityssm/node-ntfy-publish) - A Node package to publish notifications to an ntfy server (Node)
 
 ## CLIs + GUIs