A dead simple gotify library for sending arbitrary messages in JS
npm install jotify``
gotify = require("jotify")
gotify.url = "https://gotify.domain.tld"
gotify.token = "ABCXYZ"
gotify.priority = 7
gotify.send("Title", "Message")
``
> Pronounced with a hard J