Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 522 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 522 Bytes

TransLink Bot

A simple Telegram chatbot to query TransLink bus schedules

How to run?

  1. Create a .env file in the root directory with the below details
BOT_TOKEN = <YOUR_TELEGRAM_BOT_TOKEN>
  1. Install dependencies
$ npm install
  1. Start application
$ npx nodemon src/app.ts

How to use?

The bot is available at https://t.me/TransLinkBot

image