https://github.com/katavinanguyen/weather-app-gui-api-json
https://github.com/katavinanguyen/weather-app-gui-api-json
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/katavinanguyen/weather-app-gui-api-json
- Owner: KatavinaNguyen
- Created: 2024-10-27T12:02:05.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T12:36:38.000Z (7 months ago)
- Last Synced: 2025-02-11T18:43:55.384Z (4 months ago)
- Language: Java
- Size: 240 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Java Weather App
This simple weather application demonstrates the use of geolocation and weather APIs to fetch and display real-time weather data. The app is built with a GUI in Java and handles data in JSON format.**Technologies**
* Java Swing for GUI
* JSON parsing
* API integration for geolocation and weather data**Features**
* Geolocation API: Retrieves location coordinates based on city names.
* Weather API: Fetches current weather data including temperature, humidity, wind speed, and conditions.
* JSON Data Handling: Parses and processes JSON responses from APIs.
* GUI: Displays weather data in an intuitive and visually appealing interface.
![]()