The Weather Dashboard project is a web application that provides users with real-time weather information for different locations. Users can search for a city and view current weather conditions, including temperature, humidity, wind speed, and a brief description of the weather. This project utilizes a weather API to fetch and display accurate weather data.
To set up and run the Weather Dashboard project:
Clone the Repository: Clone the project repository to your local machine using the following command:
git clone <repository_url>
Navigate to the Project Directory: Open your terminal or command prompt and navigate to the directory where you cloned the project.
Obtain API Key: Sign up for an API key from a weather service provider (e.g., OpenWeatherMap).
script.js
) and replace the placeholder with your actual API key. For example:
const apiKey = 'YOUR_API_KEY';
Open Index.html: Open the index.html
file in your preferred web browser to view the Weather Dashboard.