Backend of an application used for predicting the weather for the next 7 days.
Integrated with an external API open-meteo.
FRONTEND REPOSITORY
The created endpoint returns data in JSON format: Date, weather code, minimum and maximum temperature during the day, as well as the estimated value of generated energy.
/weather/forecast/${latitude}/${longitude}
https://weatherapp-xi8f.onrender.com/weather/forecast/50.049683/19.944544
- Java Oracle OpenJDK version 17.0.10
- Maven 3
- Lombok
- JUnit
- Mockito
- IntelliJ IDEA