Skip to content

Simple JS widget to add current status to the bottom right of a website

Notifications You must be signed in to change notification settings

getstatusy/statusy-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Statusy Widget

A super simple javascript application to add a nifty box to the corner of your webpage to alert customers of potential service issues.

Screenshots

Collpased:

Collapsed

Expanded:

Expanded

Installation & Configuration

  1. Include the widget.js script from the src directory on the page you want the app to appear on
  2. Add a div with the class of statusy
  3. 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.

About

Simple JS widget to add current status to the bottom right of a website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published