Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```