An open API service indexing awesome lists of open source software.

https://github.com/rajkane/weather-station

A small application that displays the current weather. created in the Qt Creator development environment. Current data is obtained from the JSON API.
https://github.com/rajkane/weather-station

api cpp gui gui-app gui-application gui-applications gui-apps qt6 qtcreator weather weather-api weather-app weather-data weather-forecast-application weather-station weatherapi weatherapp

Last synced: 3 months ago
JSON representation

A small application that displays the current weather. created in the Qt Creator development environment. Current data is obtained from the JSON API.

Awesome Lists containing this project

README

        

# 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](./Images/weather-station.png)