This is a web-based weather application built with Java, Spring Boot, and OpenWeatherMap API. The application allows users to search for real-time weather data by city and displays temperature, humidity, and wind speed using a simple HTML and CSS interface.
- Fetches real-time weather data from OpenWeatherMap API
- Displays temperature, humidity, and wind speed dynamically
- Allows users to search for weather conditions by city name
- Provides a responsive web interface built with HTML and CSS
- Implements REST API calls to retrieve and display data
- Backend: Java, Spring Boot
- Frontend: HTML, CSS
- API Integration: OpenWeatherMap API
- Data Processing: JSON Parsing
- HTTP Client: RestTemplate