Skip to content

octoplorer/statocysts

Repository files navigation

Statocysts

A modern notification library for JavaScript. As the sensory organ for your infrastructure.

Highly inspired by shoutrrr and apprise.

NPM Version npm bundle size GitHub License

Installation

using npm

npm install statocysts

ussing CLI

npm install -g @statocysts/cli

Quick Start

As a package

import { 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')

Using CLI

stato -u "slack://webhook/xxx/yyy/zzz" -m "Hello World"

About

Statocyst: The sensory organ for your infrastructure.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors