Skip to content

myoluk/java-weather-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brings daily (1), weekly (7) and monthly (16) weather forecasts by city name.

endpoint /api/v1/weather/{city}/{days}

Weather API : Open-Meteo

Geographic Coordinates API : Open-Meteo

*Weather API needs geographic coordinates.

Output

Request URL

http://localhost:8080/api/v1/weather/istanbul/DAILY

Response

[
  {
    "date": "2024-03-04",
    "minTemp": 6.4,
    "maxTemp": 12.5
  }
]

About

⛅ Java Weather API with Open-Meteo by location.

Resources

Stars

Watchers

Forks

Languages