Skip to content

Anuj054/Weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Weather Forecast App

Description

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.

Features

  • Current weather display
  • Forecast display for the next few days
  • Search functionality for location-based weather information

Technologies Used

  • JavaScript
  • HTML
  • CSS
  • External Weather API (e.g., OpenWeatherMap, Weatherstack,RapidAPI etc.)

Setup Instructions

  1. Clone the repository to your local machine.
  2. Obtain an API key from your chosen weather API provider.
  3. Replace the placeholder API key in the code with your actual API key.
  4. Open the index.html file in a web browser to run the application.

Usage

  1. Enter the name of the location you want to get weather information for in the search bar.
  2. Press the search button or hit Enter.
  3. The current weather and forecast for the location will be displayed.

Credits

Anuj054

Demo