# is-up-cli > Check whether a website is up or down using the [isitup.org](https://isitup.org) API ## Install ```sh npm install --global is-up-cli ``` ## Usage ``` $ is-up --help Example $ is-up sindresorhus.com ✔ Up Exits with code 0 if up and 2 if down ``` ## Related - [is-up](https://github.com/sindresorhus/is-up) - API for this module