Check whether a website is up or down using the isitup.org API
cargo run ${domain}$ is-up --help
Example
$ is-up sindresorhus.com
sindresorhus.com is up ✔
Exits with code 0 if up and 2 if down
- is-up - API for this module
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Check whether a website is up or down using the isitup.org API
cargo run ${domain}$ is-up --help
Example
$ is-up sindresorhus.com
sindresorhus.com is up ✔
Exits with code 0 if up and 2 if down