A beginner-friendly Weather App built in Java that shows real-time weather information such as temperature, humidity, and wind speed. This project was developed as part of my learning journey to understand API integration, JSON parsing, and GUI development in Java.
- π‘οΈ Displays current Temperature
- π§ Shows Humidity levels
- π¨ Tracks Wind Speed
- ποΈ City-wise weather search
- π‘ Real-time data from a Weather API (e.g., OpenWeatherMap)
- Java
- HTTP Client (e.g., HttpURLConnection or HttpClient)
- JSON Parsing using org.json or Gson
- GUI with Java Swing or JavaFX (depending on your implementation)
- OpenWeatherMap API (or any other public weather API)
- Working with APIs in Java
- Parsing and processing JSON data
- Designing a simple Graphical User Interface (GUI)
- Handling user input and displaying dynamic data
- Clone the repository:
git clone https://github.com/PreetamPatidar/Weather_App.git