Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/homerchen19/node-telegram-bot-boilerplate
- Owner: homerchen19
- License: mit
- Created: 2017-07-09T08:24:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-09T08:45:27.000Z (over 7 years ago)
- Last Synced: 2024-11-07T18:01:17.722Z (3 months ago)
- Topics: koa, nodejs, telegram, telegram-bot
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```