@cimo88/telegram-notification
v0.0.1
Published
send notifications to telegram account
Readme
Configuration
Set these environment variables:
TELEGRAM_NOTIFICATION_CHAT_ID=your id on Telegram
TELEGRAM_NOTIFICATION_TOKEN=token of your Bot
TELEGRAM_NOTIFICATION_SOURCE=a name to identify your application on the notification
How to Use
npm i -S @cicero/telegram-notification
import { Notificator } from "@cicero/telegram-notification";
Notificator.notify("This is my first notification");
