A client for Pushover, a service for sending notifications. Written in TypeScript. Supports sending to multiple users.
  • TypeScript 91.7%
  • JavaScript 8.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-09-01 12:19:37 +02:00
.github/workflows fix: allow docs to be commited by workflow 2025-03-10 22:26:19 +01:00
.husky ci(pre-commit): fix hook t user pnpm instead of npm 2025-08-30 20:30:46 +02:00
src docs: reformat code examples to follow prettier styling 2025-08-31 00:19:29 +02:00
tests build(tests): Adds jest to run tests 2025-04-15 11:22:21 +02:00
.gitignore feat: started types || chore: disable eslint blocking commits 2025-03-10 08:10:12 +01:00
.prettierignore initial commit 2025-03-10 05:06:35 +01:00
.prettierrc initial commit 2025-03-10 05:06:35 +01:00
eslint.config.mjs ci(pre-commit): Pre-commit hook now should no longer block commits 2025-04-15 11:16:52 +02:00
jest.config.js build(tests): Adds jest to run tests 2025-04-15 11:22:21 +02:00
LICENSE Create LICENSE 2025-03-11 02:29:11 +01:00
package.json release(v0.1.0): set version string, remove private: true 2025-09-01 00:15:35 +02:00
pnpm-lock.yaml build(devDependencies): add shx 2025-08-31 14:31:22 +02:00
README.md docs(README): Add ReadMe file 2025-08-31 23:51:48 +02:00
tsconfig.json build(tsconfig.json): sets strictNullChecks to true 2025-04-17 04:57:54 +02:00
typedoc.config.mjs ci(docs): Added theme to docs generator 2025-03-12 00:52:08 +01:00

CIS Pushover Client

GitHub License NPM Version npm bundle size (scoped)

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.