Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 361 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 361 Bytes

Weather Station


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.


screenshot