A quick and easy way to check the status of a website from the command line.
npm install -g web-status-cli
# or
yarn global add web-status-cli
# or
npx web-status-cli
web-status <url> [options]
web-status -h | --help
- Displayes the help menu.
web-status -V | --version
- Displays versioning information.
web-status -d | --detailed
- Displays a more detailed status of the website including the status code and the response time.