/eWeather

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.

Primary LanguageQMLGNU General Public License v3.0GPL-3.0

eWeather

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.

eWeather C++ qml

Installation

Linux

Dependencies

  • Qt 6
  • CMake 3.14

Build

mkdir build
cd build
cmake ..
make

Run

./eWeather

Windows

Dependencies

  • Qt 6

Build

Open the project with Qt Creator and build the project.

Run

Run the eWeather.exe file.