/Weather-app

Console app with reusable modules

Primary LanguagePython

Weather-app

GitHub License

About

The "Weather-app" project is a console application developed for the purpose of practicing writing high-quality and efficient code. This application provides weather information using two external services: IPinfo for determining geographical coordinates and OpenWeather for retrieving current weather information.

Installation

  1. Clone the repository: git clone https://github.com/it-tr1p/weather-app.git

  2. Create venv & install the dependencies: poetry install & poetry shell

  3. Change the name of .env.template to .env and get open weather api key

  4. Change project name and other information in pyproject.toml

  5. cd src & run app ./weather