/is-up-cli

Check whether a website is up or down

Primary LanguageRustMIT LicenseMIT

is-up-cli

Check whether a website is up or down using the isitup.org API

Install

cargo run ${domain}

Usage

$ is-up --help

  Example
    $ is-up sindresorhus.com
    sindresorhus.com is up ✔

  Exits with code 0 if up and 2 if down

Forked From

  • is-up - API for this module