Skip to content

MertMURAT/WeatherAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation


Weather API


Technology Stack :

Back-end :

  • Java (JDK 21)

  • Spring Boot (Spring Web, Lombok, Devtools)

  • Maven

  • RestTemplate

Weather Service Endpoints

Route HTTP RequestBody Description
/api/v1/weathers GET { "country": "Turkey", "city": "Istanbul", "period": "daily" } Get By country, city and daily period
/api/v1/weathers GET { "country": "Turkey", "city": "Istanbul", "period": "weekly" } Get By country, city and weekly period
/api/v1/weathers GET { "country": "Turkey", "city": "Istanbul", "period": "monthly" } Get By country, city and monthly period

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages