Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.
Shawn Mix edited this page Mar 8, 2018 · 6 revisions

The core functionality of status checks are performed by UptimeRobot. Once the API keys have been entered, the site will dynamically query the latest details from UptimeRobot on page load. This is done automatically after you've configured the API keys. You won't need to do anything else for this to work.

The core functionality of creating incidents and maintenance notifications is managed by the creation of issues on Github for the repo that will serve up the page. The basic idea here is that the page is set up to run javascript on every render. This js will query GitHub for the list of issues. Based on certain labels, they will be listed in the corresponding sections. Times will be updated appropriately as well to allow folks to see/know when the latest update to issues was posted as well.

See the following sections for more details:

Clone this wiki locally