Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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