This is a simple weather forecast web application built using JavaScript and an external weather API. It allows users to search for the current weather and forecast for a specific location.
- Current weather display
- Forecast display for the next few days
- Search functionality for location-based weather information
- JavaScript
- HTML
- CSS
- External Weather API (e.g., OpenWeatherMap, Weatherstack,RapidAPI etc.)
- Clone the repository to your local machine.
- Obtain an API key from your chosen weather API provider.
- Replace the placeholder API key in the code with your actual API key.
- Open the
index.html
file in a web browser to run the application.
- Enter the name of the location you want to get weather information for in the search bar.
- Press the search button or hit Enter.
- The current weather and forecast for the location will be displayed.
Anuj054