Real Beginner Java Project: Make a Command Line Weather Application Using Maven

Опубликовано: 28 Июнь 2026
на канале: joe Appleton
126
4

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