Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/homerchen19/node-telegram-bot-boilerplate

A simple Telegram bot build by Nodejs, Koa and node-telegram-bot-api
https://github.com/homerchen19/node-telegram-bot-boilerplate

koa nodejs telegram telegram-bot

Last synced: about 1 month ago
JSON representation

A simple Telegram bot build by Nodejs, Koa and node-telegram-bot-api

Awesome Lists containing this project

README

        

# node-telegram-bot-boilerplate
A simple Telegram bot build by Nodejs, Koa and node-telegram-bot-api

## Install
```js
$ yarn
```

## Run
`dev`
```js
$ yarn run dev
```

`production`
```js
$ yarn run start
```