mirror of
https://codeberg.org/cis-oss/notify.git
synced 2026-09-19 09:38:30 +02:00
A client for Pushover, a service for sending notifications. Written in TypeScript. Supports sending to multiple users.
- TypeScript 91.7%
- JavaScript 8.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| .husky | ||
| src | ||
| tests | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| eslint.config.mjs | ||
| jest.config.js | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
| typedoc.config.mjs | ||
CIS Pushover Client
A client for Pushover, a service for sending notifications. Typesafe. Supports sending the same message to multiple users.
Installation
pnpm add @cis-oss/pushover
Or using npm
npm install @cis-oss/pushover
Or use our meta-packages
pnpm add @cis-oss/notify
pnpm add @cis-oss/notify-push
Documentation
Documentation can be found at https://cis-oss.github.io/pushover.
Contributing
Contributions are welcome! Please see CONTRIBUTING.md for details.
Please make sure to read our Code of Conduct and Support Policy.
Disclose security issues responsibly by following our Security Policy.