README
Telegram
This is the source code for Telegram driver for Jesse's notifications system.
installation
First, at the root of your jesse project run:
npm install jesse-notifications-telegram
Then, open config/notifications.ts
and add the following line at the beginning of the file:
import Driver from 'jesse-notifications-telegram';
Enjoy!
License
MIT