/weatherwarnbot

A Telegram bot to check the weather

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

WeatherWarnBot

CI

Tis basically a bot in Telegram for myself to check the weather. Work in Progress.

Getting started

  1. make bootstrap
  2. make run

Note: To remove the database volume run make bootstrap-down.

🚀 Deploying

Deploy on Railway

Running the migrations

Regarding the migrations, I leverage flyway and running them manually before deploying due to its simplicity, but since they are raw SQL, you can use a dozen other different tools. Regarding flyway, you can see how it's leveraged both in the docker-compose.yml file and in the rw-migrate make target.