Skip to content

it-tr1p/Weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages