@chronotech/laborx.telegram.notify.lib

1.0.2 • Public • Published

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');

Readme

Keywords

none

Package Sidebar

Install

npm i @chronotech/laborx.telegram.notify.lib

Weekly Downloads

12

Version

1.0.2

License

ISC

Unpacked Size

4.72 kB

Total Files

8

Last publish

Collaborators

  • maximing
  • alan.khanaev