Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.14 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.14 KB

🌦️ Weather App

Description

The Weather App is an interactive web application built with HTML, CSS, and JavaScript that provides real-time weather information. It fetches data from the OpenWeatherMap API using the fetch() method, allowing users to search for any city and view the current temperature, weather conditions, and dynamic weather icons.

Features

  • Real-time weather updates
  • City-based search functionality
  • Dynamic weather icons based on weather conditions
  • User-friendly interface
  • Responsive design for seamless viewing on all devices

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • OpenWeatherMap API

How to Run the Project

  1. Clone the repository:
    git clone https://github.com/D-CodeDynasty/Weather-App.git
  2. Navigate to the project directory.
  3. Open the index.html file in your preferred browser.

API Reference

The weather data is sourced from the OpenWeatherMap API. To obtain your API key, visit OpenWeatherMap.

License

This project is licensed under the MIT License.


Contributions and feedback are welcome! 😊