Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.63 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.63 KB

Weather Web App

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.

Features

  • 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

Technologies Used

  • Java Servlet
  • HTML/CSS
  • OpenWeatherMap API

Demo

Recording.2024-05-06.195149.mp4

Getting Started

  1. Clone the repository or download the source code.
  2. Import the project into your preferred Java IDE.
  3. Configure the OpenWeatherMap API key in the MyServlet.java file.
  4. Build and deploy the application on a Java web server (e.g., Apache Tomcat).
  5. Access the application through a web browser.

Usage

  1. Open the application in your web browser.
  2. Enter the name of the city you want to check the weather for in the search input.
  3. Click the search button or press Enter.
  4. The application will display the current weather information, including temperature, humidity, wind speed, weather condition, and a corresponding weather icon.

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

Acknowledgments