Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 436 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 436 Bytes

Cachet Site Notifier

A widget to be notified of status from a cachet website

Installing using yarn

yarn add cachet-site-notifier

Usage

Just add the cachet-site-notifier.js file to your html and in any script add:

document.addEventListener('DOMContentLoaded', function() {
    loadCachet('https://my.cachet.site');
}, false);

Brought to you by the fine folks at Axiacore