The Weather App is a simple and user-friendly tool that leverages the OpenWeather API to provide real-time weather information for locations across the globe. Whether you're planning a trip, checking the weather for your hometown, or simply curious about the conditions in a distant city, this app has you covered.
-
Location-Based Weather: Simply enter the name of a city or town, and the app will fetch the current weather data for that location.
-
Temperature in Celsius: Get accurate temperature readings in Celsius, allowing you to plan your activities accordingly.
-
Humidity: Stay informed about the humidity levels in the selected area to ensure comfort and preparedness.
-
Wind Speed: Know the wind speed at the chosen location, helping you decide whether to bring a jacket or umbrella.
-
Clone or download the repository to your local machine.
-
Open the app in your preferred code editor or development environment.
-
Sign up for a free OpenWeather API key here if you haven't already.
-
Replace the placeholder API key in the code with your own API key.
-
Run the app and input the location for which you want to check the weather.
-
Up-to-date weather information for any location worldwide!
-
OpenWeather API: The app relies on the OpenWeather API to fetch accurate and current weather data.
-
HTML/CSS: The user interface is built using HTML and styled with CSS for a clean and intuitive design.
-
JavaScript: The app's functionality is powered by JavaScript, making it interactive and responsive.
If you'd like to contribute to this project, feel free to fork the repository, make your changes, and submit a pull request. Any contributions are welcome to enhance the app's features, performance, or user experience.