@chronotech/laborx.telegram.notify.lib
v1.0.2
Published
LaborX Telegram notifications library
Downloads
4
Readme
LaborX Telegram notifications library
How to use
const Notify = require('@chronotech/laborx.telegram.notify');
const notifier = new Notify({
environment: 'prod',
serviceName: 'polygon-bridge-microservice',
credentials: {
login: '[email protected]',
password: 'myStrongPa$$WoRd'
}
});
notifier.notify('Service is down. Error from Polygon node');