Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinjan-saha/web-checker
A Heath Checker for Website
https://github.com/shinjan-saha/web-checker
golang
Last synced: about 2 months ago
JSON representation
A Heath Checker for Website
- Host: GitHub
- URL: https://github.com/shinjan-saha/web-checker
- Owner: Shinjan-saha
- Created: 2024-07-19T13:38:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T04:47:56.000Z (6 months ago)
- Last Synced: 2024-07-20T07:21:33.037Z (6 months ago)
- Topics: golang
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web-Checker-Using-Go
This is a CLI tool that checks the health of a website, determining whether it is up or down.
## Commands to Run
To check the health of a website, use the following command:
```bash
go run . --domain amazon.in
```we can give any other domain name of our choice like google.com
## Working img