https://github.com/samarthghag/weather_app
This Weather app is the first project that i got as Java Intern. Through this project Know new about java also how to make website through java. How to add Api. Add request and response form the Api server and Local host server
https://github.com/samarthghag/weather_app
api html-css java server servlets
Last synced: about 1 year ago
JSON representation
This Weather app is the first project that i got as Java Intern. Through this project Know new about java also how to make website through java. How to add Api. Add request and response form the Api server and Local host server
- Host: GitHub
- URL: https://github.com/samarthghag/weather_app
- Owner: samarthghag
- Created: 2024-05-06T12:54:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T14:27:08.000Z (about 2 years ago)
- Last Synced: 2025-01-23T01:23:08.290Z (over 1 year ago)
- Topics: api, html-css, java, server, servlets
- Language: Java
- Homepage:
- Size: 280 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
https://github.com/Sama1504/Weather_App/assets/96735639/86640853-c9e4-4b2e-8e85-e65e6f106a2b
## 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
- [OpenWeatherMap](https://openweathermap.org/) for providing the weather data API.
- [Font Awesome](https://fontawesome.com/) for the icons used in the application.