WeatherApp is a simple JavaFX-based application that fetches and displays real-time weather data for any city.
This project relies on:
You need to have a Java 11+ environment set up on your machine. To run the application, use the following command:
java -jar WeatherApp.jar
Please note that the OpenWeatherMap API requires an API key. You can obtain it for free here. After obtaining the key, put it in a file named
config.properties
and place it in the classpath.
Contributions to improve this project are welcomed. Please feel free to fork the project and submit a pull request with your changes.
This project is licensed under the MIT License.