Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fliife/newtifyd
Slick and modern notification daemon
https://github.com/fliife/newtifyd
Last synced: 2 days ago
JSON representation
Slick and modern notification daemon
- Host: GitHub
- URL: https://github.com/fliife/newtifyd
- Owner: FliiFe
- License: mit
- Created: 2018-07-27T00:41:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T10:13:19.000Z (over 3 years ago)
- Last Synced: 2024-11-08T13:14:27.497Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 8.49 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# newtifyd
This project aims at making a slick and modern notification daemon.
## Screenshots
## Running
Node and npm are required.
First time:
```bash
git clone https://github.com/FliiFe/newtifyd.git
cd newtifyd
npm i
npm run build
```Then to start the daemon
```bash
npm run start
```You need to make sure no other notification daemon is running.
## TODO
- [ ] Make packaging easier & distribute binaries
- [ ] Support `image-data` hint
- [ ] Custom middlewares
- [ ] Custom CSS