"Not what you possess but what you do with what you have, determines your true worth." - Thomas Carlyle




<< Back to Projects


Weather Station

February 07, 2025

Share on:     twitter iconfacebook icon

A small, simple application that displays the current weather. created in the Qt Creator development environment. The current data is obtained from the url API in JSON format. I implemented threading (QThread) to update the data every 60 seconds and the current datetime every second.

You can find the source code in the repository on GitHub


<< Back to Projects