Skip to content

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

Notifications You must be signed in to change notification settings

BaseMax/eWeather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published