You will create a command line application that displays the weather for any given location in the world. The application will allow users to get the weather forecast for a given city. The application will be able to provide the current weather.
We will use:
Maven: to manage the project
Packages: to organise our code
Gson and okhttp to make a call to a real API