This is a simple Java project using the OpenWeather API.
The VSCodium based workspace contains two folders by default, where:
src: the folder to maintain sourceslib: the folder to maintain dependencies
javac -encoding UTF-8 APIKey.java OpenWeatherAPI.java WeatherReport.java
javac APIKey.java OpenWeatherAPI.java WeatherReport.java
Run the main class WeatherReport.
The project can be used on Windows and Linux.
When started without further preparations you get an error message telling you where to place the needed OpenWeather API key.
An OpenWeather API key is required to query the OpenWeather API.