A simple GoLang command line tool for getting notified if a website is down.
To reduce manually having to check if a website is up and go be immediately notified if its down.
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
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.
- OSX(For now)
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
Go-App-Up is licensed under the MIT License.