Currency Exchange API

Just some API...

No Longer Maintained
View on GitHub

WeatherApp

WeatherApp is a simple JavaFX-based application that fetches and displays real-time weather data for any city.

Features

Dependencies

This project relies on:

Running the Application

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.

Future Enhancements

Contributing

Contributions to improve this project are welcomed. Please feel free to fork the project and submit a pull request with your changes.

License

This project is licensed under the MIT License.

Back to Home