https://github.com/monkey-projects/pushover-notifier
Notifier that sends MonkeyCI events to Pushover
https://github.com/monkey-projects/pushover-notifier
Last synced: 8 months ago
JSON representation
Notifier that sends MonkeyCI events to Pushover
- Host: GitHub
- URL: https://github.com/monkey-projects/pushover-notifier
- Owner: monkey-projects
- License: mit
- Created: 2024-05-31T13:18:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-03T08:55:12.000Z (over 1 year ago)
- Last Synced: 2024-06-03T10:05:27.572Z (over 1 year ago)
- Language: Clojure
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MonkeyCI Pushover Notifier
This is a small Clojure app that listens to [MonkeyCI](https://www.monkeyci.com) events
and sends a notification whenever a build is started or completed. It posts messages
to [Pushover](https://pushover.net) whenever an event for the configured customer has
been received.
Ideally configuration is dynamic, so clients can "register" as needed, but it will
probably be static initially. We will use `edn` files to store the config, and we can
switch to a regular database later, or flush the config to a bucket and load it from
there on restart.
# License
Copyright (c) 2024 by [Monkey Projects BV](https://www.monkey-projects.be)
[MIT license](LICENSE)