This is a simple application to get a weather forecast for my hometown.
I have used https://openweathermap.org/
$ getweather
Barnaul, clear sky, temp 15.4°, feels like 13.94°, wind speed 3m/s, humidity 36%
- Get your apikey https://openweathermap.org/appid
- Insert your api key to
src/main/resourses/config.properties
, fieldopenweather.apikey
. - Make sure your city exists on the https://openweathermap.org/
- Insert your location name to
src/main/resourses/config.properties
, fieldlocation.name
. - Run and execute.