The Weather App is a simple Java application that provides real-time weather information based on user-provided location data. It fetches data from the Open-Meteo API to display temperature, weather conditions, humidity, and wind speed.
- User-Friendly Interface: The graphical user interface (GUI) offers an intuitive way to input locations and view weather details.
- Dynamic Weather Updates: The app dynamically updates weather information based on user input, providing up-to-date and accurate data.
- Visual Representations: Weather conditions are visually represented with icons, enhancing the user experience.
- Clone the repository to your local machine.
git clone https://github.com/your-username/weather-app.git
1 Open the project in your preferred Java IDE.
2 Run the AppLaunch class to launch the Weather App.
3 Enter the desired location in the search field and click the search button.
4 View the real-time weather information displayed on the GUI.
JSON Simple: A simple Java toolkit for JSON.
Open-Meteo API: Provides weather data for use in the application.
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or create a pull request.

