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.
- Host: GitHub
- URL: https://github.com/nousefreak/watch-up
- Owner: NoUseFreak
- License: mit
- Created: 2024-02-24T23:22:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T07:13:03.000Z (almost 2 years ago)
- Last Synced: 2025-06-26T08:44:57.534Z (12 months ago)
- Topics: cli, monitor, tools, uptime
- Language: Go
- Homepage:
- Size: 115 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# watch-up

[](https://github.com/NoUseFreak/watch-up/releases)
[](https://github.com/NoUseFreak/watch-up/actions/workflows/ci.yml)
[](http://www.go.dev)

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

## Installation
```sh
go install github.com/nousefreak/watch-up/cmd/watch-up@latest
```
## Usage
```sh
watch-up https://httpstat.us/Random/200,500
```