Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.16 KB

Weather-ForeCast

The Weather App is a user-friendly web application that allows you to effortlessly check the weather forecast for cities around the world. With a sleek and intuitive interface, it provides real-time weather information, including temperature, humidity, wind speed, and weather conditions, at your fingertips.

Weather App

Welcome to the Weather App, a simple web application for checking the weather forecast for different cities.

Features

  • Search for weather information by entering a city name.
  • View current temperature, humidity, and wind speed.
  • See weather icons based on the current weather conditions.

Technologies Used

  • HTML
  • CSS
  • JavaScript

How to Use

  1. Clone this repository to your local machine.
  2. Open index.html in a web browser.
  3. Enter a city name in the search box and click the search button.
  4. View the weather information for the specified city.

API Key

This project uses the OpenWeatherMap API for weather data. You need to obtain an API key and replace it in the JavaScript code to make the API requests. Get your API key here.

const apiKey = "YOUR_API_KEY_HERE";