An application for getting daily, weekly and monthly weather forecasts using Rest Template
There are several ways to run a Spring Boot application on your local machine. One way is to execute the main
method in the com.fcesur.weatherapplication.WeatherApplication
class from your IDE.
Alternatively you can use the Spring Boot Maven plugin like so:
mvn spring-boot:run
GET
: Get daily weather
GET
: Get weekly weather
GET
: Get monthly weather