This is a web application that allows users to check the current weather conditions for a specific city. The app is built using Java Servlets for server-side processing and HTML/CSS for the client-side user interface.
- Search for weather information by city name
- Display current temperature, humidity, wind speed, and weather condition
- Dynamic weather icon based on the current weather condition
- Responsive design for various screen sizes
- Java Servlet
- HTML/CSS
- OpenWeatherMap API
Recording.2024-05-06.195149.mp4
- Clone the repository or download the source code.
- Import the project into your preferred Java IDE.
- Configure the OpenWeatherMap API key in the
MyServlet.java
file. - Build and deploy the application on a Java web server (e.g., Apache Tomcat).
- Access the application through a web browser.
- Open the application in your web browser.
- Enter the name of the city you want to check the weather for in the search input.
- Click the search button or press Enter.
- The application will display the current weather information, including temperature, humidity, wind speed, weather condition, and a corresponding weather icon.
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.
- OpenWeatherMap for providing the weather data API.
- Font Awesome for the icons used in the application.