Sign inSign up

danjellz/is-up

By danjellz

Updated about 10 years ago

Test if a web site is up without installing Nodejs, NPM, etc dependencies on your local system.

Image
1

2.2K

danjellz/is-up repository overview

GitHub issues GitHub stars GitHub forks CircleCI

Is-Up

Test if a web site is up without installing Nodejs, NPM, etc.

Basic Functionality

To see basic functionality, run without arguments:

docker run --rm danjellz/is-up:latest facebook.com

Output:

✔ Up

Tips

Alias

Creating an alias in your ~/.bashrc or ~/.zshrc files can make this command much shorter. Example:

alias is-up="docker run --rm danjellz/is-up"

Allowing you to run the following and mount your current directory

is-up github.com
Source:

Uses the NPM package found here: https://github.com/sindresorhus/is-up-cli

Tag summary

Content type

Image

Digest

Size

16.3 MB

Last updated

about 10 years ago

docker pull danjellz/is-up