BaseMax / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.

License:GNU General Public License v3.0


Languages

Language:QML 82.0%Language:CMake 13.3%Language:C++ 4.8%