App gets your coordinates by IP adress and give you weather info in your city.
- Linux or its distribution
- Python >= 3.10
- Clone repo:
git@github.com:fersus85/weather_console_app.git
- Get your API Key on https://openweathermap.org/api
- Go to the weather/config.py and insert API Key in OPENWEATHER_API
- Delete import os, from dotenv import load_dotenv, load_dotenv() -->
- Save config.py
- Open terminal
- Type 'weather'
-->
- Or you can use .env file + pip install python-dotenv