https://github.com/negrel/denotify
Notification server based on Web Push API.
https://github.com/negrel/denotify
Last synced: 10 months ago
JSON representation
Notification server based on Web Push API.
- Host: GitHub
- URL: https://github.com/negrel/denotify
- Owner: negrel
- License: mit
- Created: 2024-05-23T08:48:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-23T08:51:41.000Z (over 1 year ago)
- Last Synced: 2024-05-23T09:52:13.343Z (over 1 year ago)
- Language: Nix
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `denotify` - Deno based notification server.
[](https://fresh.deno.dev)


A simple notification server and web app based on
[`webpush`](https://github.com/negrel/webpush).
> NOTE: `denotify` only exists to demonstrate `webpush` usability and serves as
> an example.
## Features
- REST API
- Broadcast push messages to **channels**
- Web app
## Web App
| Feed | Push | Channels |
| :-------------------------------------------------: | :-------------------------------------------------: | :---------------------------------------------------------: |
|  |  |  |
## Contributing
If you want to contribute to `denotify` to add a feature or improve the code
contact me at [alexandre@negrel.dev](mailto:alexandre@negrel.dev), open an
[issue](https://github.com/negrel/denotify/issues) or make a
[pull request](https://github.com/negrel/denotify/pulls).
## :stars: Show your support
Please give a :star: if this project helped you!
[](https://www.buymeacoffee.com/negrel)
## :scroll: License
MIT © [Alexandre Negrel](https://www.negrel.dev/)