Skip to content

Patika.dev & DefineX Java Spring Practicum Assignment - 3

Notifications You must be signed in to change notification settings

fcesur/weather-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather API - Patika.dev & DefineX Java Spring Practicum

Homework - 3

An application for getting daily, weekly and monthly weather forecasts using Rest Template

Running the application locally

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

REST API

Swagger

Swagger

/v1/weather/daily/:address

GET : Get daily weather

/v1/weather/weekly/:address

GET : Get weekly weather

/v1/weather/monthly/:address

GET : Get monthly weather

About

Patika.dev & DefineX Java Spring Practicum Assignment - 3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages