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

https://github.com/nousefreak/watch-up

Watch-up is a simple url monitoring tool that checks if a website is up or down.
https://github.com/nousefreak/watch-up

cli monitor tools uptime

Last synced: 10 months ago
JSON representation

Watch-up is a simple url monitoring tool that checks if a website is up or down.

Awesome Lists containing this project

README

          

# watch-up

![Work In Progress](https://img.shields.io/badge/Work%20In%20Progress-orange?style=for-the-badge)
[![Releases](https://img.shields.io/github/v/release/nousefreak/watch-up?style=for-the-badge)](https://github.com/NoUseFreak/watch-up/releases)
[![Build status](https://img.shields.io/github/actions/workflow/status/nousefreak/watch-up/ci.yml?style=for-the-badge)](https://github.com/NoUseFreak/watch-up/actions/workflows/ci.yml)
[![Golang](https://img.shields.io/badge/Go-00ADD8.svg?style=for-the-badge&logo=go&logoColor=white)](http://www.go.dev)
![License](https://img.shields.io/github/license/nousefreak/watch-up?style=for-the-badge)

> Watch-up is a simple url monitoring tool that checks if a website is up or down.

![Screenshot](assets/screenshot.png)

## Installation

```sh
go install github.com/nousefreak/watch-up/cmd/watch-up@latest
```

## Usage

```sh
watch-up https://httpstat.us/Random/200,500
```