smoke-alarm
v0.1.2
Published
Node package to ping health check endpoints and send alert emails
Downloads
3
Readme
smoke-alarm
Node package to ping health check endpoints and send alert emails
usage
import { SmokeAlarm, SmokeAlarmConfig } from '@mpaulweeks/smoke-alarm';
const config: SmokeAlarmConfig = {
// your config here
};
new SmokeAlarm(config).start();