https://github.com/polterguy/notifications
Notifications service for Magic
https://github.com/polterguy/notifications
Last synced: 4 months ago
JSON representation
Notifications service for Magic
- Host: GitHub
- URL: https://github.com/polterguy/notifications
- Owner: polterguy
- License: mit
- Created: 2022-07-02T06:15:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T17:15:13.000Z (about 3 years ago)
- Last Synced: 2025-01-11T12:47:24.696Z (over 1 year ago)
- Homepage: https://ainiro.io
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notifications module
This module allows you to generically implement notification services for your Magic installation.
It provides one slot **[notifications.create]** that you can invoke from other modules to
dynamically store notifications occurring in other parts of the system, for then to invoke
the `GET` _"notifications"_ endpoint to display notifications to the end user.