/isup

Checks whether a website is up or down

Primary LanguageGoMIT LicenseMIT

isup

Tests

This is a reworking of is-up-cli written in Golang. It uses isitup.org under the hood.

Install

Prerequisites:

To install:

  • git clone
  • from the newly git cloned project directory, run go build
  • the binary should now be installed in ~/go/bin/

Usage

$ isup github.com
✅  github.com is up

Tests

go test

# with coverage
go test -cover