https://github.com/rafal-stefanski/spring-weather-app
SPRING BOOT 2 App gets recent weather forecast from API for available cities for few days.
https://github.com/rafal-stefanski/spring-weather-app
api forecast-api gui java mvc thymeleaf weather
Last synced: 7 months ago
JSON representation
SPRING BOOT 2 App gets recent weather forecast from API for available cities for few days.
- Host: GitHub
- URL: https://github.com/rafal-stefanski/spring-weather-app
- Owner: Rafal-Stefanski
- Created: 2021-10-07T11:04:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T10:52:35.000Z (over 3 years ago)
- Last Synced: 2025-02-02T06:28:27.041Z (8 months ago)
- Topics: api, forecast-api, gui, java, mvc, thymeleaf, weather
- Language: Java
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Spring Weather Forecast App - using http client :partly_sunny:
Done, thanks to: https://www.metaweather.com/
endpoint: http://localhost:8080/weather-gui
#### Description
* [X] Application gets recent weather forecast for available cities for few days, using external public API. Forecast can be viewed through GUI in Thymeleaf.

