A widget to be notified of status from a cachet website
yarn add cachet-site-notifier
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