Skip to content

Open Weather Map API using Spring Boot with JPA Repository Save

Notifications You must be signed in to change notification settings

lynetterussel331/OpenWeatherMapAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenWeatherMapAPI

Created a web service that retrieves weather details (city ID, city name, weather, temperature) from Open Weather Map API:

Fetch weather details by city name:

localhost:8081/api/weather/London&{INSERT APPID HERE}

Fetch weather details by city ID:

localhost:8081/api/group/2643743,3067696,5391959&{INSERT APPID HERE}

Method Type: GET

For more details, check out: https://openweathermap.org/api

About

Open Weather Map API using Spring Boot with JPA Repository Save

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages