Skip to content

danjellesma/is-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 -t --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 -t --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

About

Docker Image - Check if a web site is up using the is-up.org API

Resources

Stars

Watchers

Forks

Packages

No packages published