A Weather App developped in java with javaFX interface. It shows the current local time, temperature, the wind speed and the description of the current weather. To use it you need to suscribe to the openweather API and replace in config.properties file the variable API_KEY with your Key. It is free of charge under 1000 API calls per day. Here's an example of the inferface :
You can change the unit system value to metric (Celsius degrees and km/h) to imperial(Fahrenheit degrees and mph) by editing the config.properties file