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

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

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.