Check out the demo http://up-monitor.com/
Clone the repository
git clone https://github.com/HeadTalker/uptime-robot.git
Copy config-sample.php name it config.php
cd uptime-robot && cp config-sample.php config.php
Edit config.php and put an Uptime Robot API key
$UP_ACCOUNT_API_KEY = "replace_with_yours";
Launch the app
# This may vary depending where you installed the app and/or your environment
http://localhost/uptime-robot/main/
This is a simple one page application to monior uptime. It is powered by the Uptime Robot API. Uptime Robot can notify you about downtime. They offer up to 50 Monitors, Checked Every 5 Minutes, Totally Free.
We use NPM, Bower, and Grunt. We recommend you use these tools to make changes to the app.
npm install
bower install
grunt
grunt build
You can report them here
Anyone is welcome to contribute. You can contribute in a few ways.