cachet-site-notifier
v1.0.6
Published
A widget to be notified of status from a cachet website
Downloads
1
Keywords
Readme
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