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: about 1 month 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.
- Host: GitHub
- URL: https://github.com/rajkane/weather-station
- Owner: rajkane
- License: gpl-3.0
- Created: 2025-02-05T00:05:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T20:27:42.000Z (over 1 year ago)
- Last Synced: 2025-03-30T01:45:51.199Z (about 1 year ago)
- Topics: 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
- Language: Makefile
- Homepage:
- Size: 14.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
---
