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.
-
Clone the repository:
git clone https://github.com/it-tr1p/weather-app.git
-
Create
venv & install
the dependencies:poetry install & poetry shell
-
Change the name of
.env.template
to.env
and getopen weather api key
-
Change project name and other information in
pyproject.toml
-
cd src & run app ./weather