/weather-forecast

Small service for getting weather reports

Primary LanguagePythonMIT LicenseMIT

Weather Forecast

This project is a small service for getting weather reports

How to launch?

  1. Download source code
git clone https://github.com/yarqr/weather-forecast.git
  1. Go to project folder
cd weather-forecast
  1. Create a config.toml file and fill it as config.example.toml

  2. Run service

docker compose -f deploy/docker-compose.yaml up -d --build