A super simple javascript application to add a nifty box to the corner of your webpage to alert customers of potential service issues.
Collpased:
Expanded:
- Include the
widget.js
script from thesrc
directory on the page you want the app to appear on - Add a
div
with theclass
ofstatusy
- Initialize the app like so:
<script>
statusy({
// config goes here, check below
});
</script>
Configuration options presently include:
statuspage
- This is the Statusy subdomain of the statuspage data should be pulled from, it must be the Statusy subdomain, even if you are using a CNAME record.statuspage_url
- This is the URL to your statuspage, feel free to provide a CNAME'd URL or whatever you want really.