A simple Telegram chatbot to query TransLink bus schedules
- Create a
.env
file in the root directory with the below details
BOT_TOKEN = <YOUR_TELEGRAM_BOT_TOKEN>
- Install dependencies
$ npm install
- Start application
$ npx nodemon src/app.ts
The bot is available at https://t.me/TransLinkBot