Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wwwmarcos/telelogger
Send logs to telegram
https://github.com/wwwmarcos/telelogger
4fun monitoring nodejs telegram
Last synced: about 1 month ago
JSON representation
Send logs to telegram
- Host: GitHub
- URL: https://github.com/wwwmarcos/telelogger
- Owner: wwwmarcos
- License: mit
- Created: 2018-08-21T21:45:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T22:25:03.000Z (over 6 years ago)
- Last Synced: 2024-04-29T19:07:25.942Z (8 months ago)
- Topics: 4fun, monitoring, nodejs, telegram
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- 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')
```