WeatherApp is a simple Java application that provides weather information based on user input. It utilizes the OpenWeatherMap API to fetch real-time weather data.
- Weather Information: Retrieve current weather conditions for any location.
- User-Friendly Interface: Simple and intuitive graphical user interface (GUI).
- Dynamic Icons: Display weather condition icons corresponding to the current weather.
- Java Development Kit (JDK) 8 or higher.
- Internet connection to fetch weather data from the OpenWeatherMap API.
-
Clone the repository:
git clone https://github.com/RikhiSingh/WeatherApp.git
-
Compile the Java files:
Open it in IDE of your choice and contriubute to development!
- Launch the application.
- Enter the name of a city in the text field.
- Click the "Search" button to retrieve the weather information for the specified city.
- View the weather details displayed on the screen.
- This application uses the OpenWeatherMap API to fetch weather data.
- It also utilizes the JSON.simple library for parsing JSON responses.
This project is licensed under the MIT License.