Skip to content

iAmao/go-app-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go App Up

A simple GoLang command line tool for getting notified if a website is down.

Why?

To reduce manually having to check if a website is up and go be immediately notified if its down.

How to install

The installation is super simple, open up your terminal and run the following commands:

$ git clone https://github.com/andela-iamao/go-app-up.git
$ cd go-app-up
$ bash ./setup.sh

How to use it

Open up your terminal and enter:

$ go-app-up

you will get prompted by something like this

$ Enter website(s):

Enter the website you want to monitor(e.g: http://google.com) or you can enter multiple links, separating them by a comma(,)(e.g http://google.com, http://exists.not) Sit back and let the tool work away. You will get a notification if it encounters a down time. To stop the tool from watching just press control+ c.

Supported OS

  • OSX(For now)

Contributing

Dearest friends, for now, contributing to this project is by either creating a bug/feature issue.

For a bug issue please use the format:

##### Bug description

##### Current behaviour

##### Expected Behaviour

##### Steps to reproduce

For a feature request please use the format:

##### Requested feature

##### Need for feature

##### Comment

License

Go-App-Up is licensed under the MIT License.

About

A Command line tool in GoLang for keeping an eye on the downtime of a website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors