1.0.2 • Published 3 years ago

@chronotech/laborx.telegram.notify.lib v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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: 'my@mail.com',
        password: 'myStrongPa$$WoRd'
    }
});
notifier.notify('Service is down. Error from Polygon node');
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago