discord-ops-alert
v0.2.0
Published
Plug-and-play Discord alerts for your SaaS backend. Fire-and-forget, zero-infra, webhook or bot.
Maintainers
Readme
discord-ops
Plug-and-play Discord alerts for your SaaS backend. Fire-and-forget, zero infra, webhook or bot.
npm install discord-ops-alertimport { createNotifier } from "discord-ops-alert";
const notify = createNotifier({
mode: "webhook",
webhooks: { signup: process.env.DISCORD_WEBHOOK_SIGNUP },
});
notify({ topic: "signup", message: `New user: ${user.email}` });Full docs, setup guides and examples: github.com/LucaPinheiro/discord-ops.
License
MIT
