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

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

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.

![pinger](https://raw.githubusercontent.com/aburd/pinger/master/docs/pinger.png)

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