Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxgfr/desktop-notifier
Application which sent a notifier when data change about a link
https://github.com/maxgfr/desktop-notifier
desktop-app desktop-notifications electron notifier react typescript
Last synced: 7 days ago
JSON representation
Application which sent a notifier when data change about a link
- Host: GitHub
- URL: https://github.com/maxgfr/desktop-notifier
- Owner: maxgfr
- Created: 2023-05-18T14:57:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-29T20:20:32.000Z (9 months ago)
- Last Synced: 2024-04-14T11:31:46.323Z (7 months ago)
- Topics: desktop-app, desktop-notifications, electron, notifier, react, typescript
- Language: TypeScript
- Homepage:
- Size: 33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# desktop-notifier
Desktop application which sent you a notification when the `JSON` result of a `GET` request is different from the previous one.
You can find the application [here](https://github.com/maxgfr/desktop-notifier/releases)
![Alt Text](https://raw.githubusercontent.com/maxgfr/desktop-notifier/main/.github/assets/main.gif)
## To run it locally
```bash
yarn # to install dependencies
yarn start # to start the application
```