https://github.com/aburd/pinger
A toy desktop app to ping websites, written with Tauri and Solid.js
https://github.com/aburd/pinger
Last synced: 5 months ago
JSON representation
A toy desktop app to ping websites, written with Tauri and Solid.js
- Host: GitHub
- URL: https://github.com/aburd/pinger
- Owner: aburd
- License: gpl-3.0
- Created: 2022-11-07T10:50:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-12T04:24:59.000Z (over 3 years ago)
- Last Synced: 2024-12-31T05:16:49.298Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 489 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pinger
## Description
Think about when github or jira is down and you just want to ping them once in a while to see if they're back up. Wouldn't it be nice to have an app that will give you a desktop notification when it does get a response?
## Why
I just wanted to try out Tauri so I made this app that pings websites.

## Features
- List of websites persisted to disk
- Basic timeout to control how long you want to ping a website
- Desktop notifications when a website responds
## Still Missing
- Doesn't judge _quality_ of response