The eWeather is a GUI application that allows you to get the weather forecast for any city in the world. It is written in C++ and Qt and uses the OpenWeatherMap API to get the weather data.
- Qt 6
- CMake 3.14
mkdir build
cd build
cmake ..
make
./eWeather
- Qt 6
Open the project with Qt Creator and build the project.
Run the eWeather.exe
file.