https://github.com/wwwflorencio/telelogger
Send logs to telegram
https://github.com/wwwflorencio/telelogger
4fun monitoring nodejs telegram
Last synced: 20 days ago
JSON representation
Send logs to telegram
- Host: GitHub
- URL: https://github.com/wwwflorencio/telelogger
- Owner: wwwflorencio
- License: mit
- Created: 2018-08-21T21:45:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T22:25:03.000Z (almost 8 years ago)
- Last Synced: 2026-04-19T19:33:46.799Z (about 1 month ago)
- Topics: 4fun, monitoring, nodejs, telegram
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# telelogger
Send logs to telegram
# install
`npm i telelogger --save`
# usage example
```js
const builder = require('telelogger')
const logger = builder({
chatId: '-263936734',
botToken: '5666542:AAH3CWdsadsadC83dKzKxP_enzo'
})
logger('fefe')
```