- Created a backend application with an API endpoint weather.
- This will show the current temperature for the given location.
- IntelliJ IDEA Ultimate, Postman
- Java & Spring Boot: Robust backend framework.
- RestTemplate: For smooth API interactions.
- Jackson: Efficient JSON parsing and data handling.
- Swagger UI: it helps to visualize and interact with the API's resources without having any of the implementation logic in place.
- Enter Your City: Input the city name you want to check the weather.
- Fetch Data: The app calls the OpenWeatherMap API link - Open Weather map
- Display Results: See the detailed weather forecast instantly!