A modern notification library for JavaScript. As the sensory organ for your infrastructure.
Highly inspired by shoutrrr and apprise.
npm install statocystsnpm install -g @statocysts/cliimport { send } from 'statocysts'
await send('slack://webhook/xxx/yyy/zzz', 'Hello World')import { createSender } from 'statocysts'
const sender = createSender([
'slack://webhook/xxx/yyy/zzz',
'json://example.com/api/endpoint',
])
sender.send('Hello World')stato -u "slack://webhook/xxx/yyy/zzz" -m "Hello World"