Simple tool (I mean really, really simple) written in bash. It continuously check response code of given url and display it to the output with fancy colors. It was created for the purposes of debug deploying scripts.
#Instalation
# curl https://raw.githubusercontent.com/dorians/url-monitor/master/url-monitor.sh > /usr/bin/url-monitor
# chmod +x /usr/bin/url-monitor
#Usage
url-monitor http://github.com