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.
- Host: GitHub
- URL: https://github.com/rajkane/weather-station
- Owner: rajkane
- License: gpl-3.0
- Created: 2025-02-05T00:05:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T16:21:52.000Z (4 months ago)
- Last Synced: 2025-02-22T17:26:38.286Z (4 months 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: 11.8 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.---
