Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/holochain-open-dev/notifications
External notification management zome for Holochain hApps
https://github.com/holochain-open-dev/notifications
Last synced: 2 months ago
JSON representation
External notification management zome for Holochain hApps
- Host: GitHub
- URL: https://github.com/holochain-open-dev/notifications
- Owner: holochain-open-dev
- Created: 2023-08-01T20:24:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-02T09:29:00.000Z (7 months ago)
- Last Synced: 2024-10-31T19:09:51.724Z (3 months ago)
- Language: Rust
- Homepage: https://holochain-open-dev.github.io/notifications
- Size: 5.11 MB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-weave - holochain-open-dev/notifications
- awesome-weave - holochain-open-dev/notifications
README
# Notifications Module
Zome to manage text, whatsapp, and email notifications in holochain hApps.
This module is designed to be included in other DNAs, assuming as little as possible from those. It is packaged as a holochain zome.
## Documentation
See our [installation instructions and documentation](https://holochain-open-dev.github.io/notifications).
## Developer setup
> PREREQUISITE: set up the [holochain development environment](https://developer.holochain.org/docs/install/).
Enter the nix shell by running this in the root folder of the repository:
```bash
nix develop
npm install
npm start
```