anurag-handique / 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.

Home Page:https://anurag-handique.github.io/Weather-ForeCast/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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";

About

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.

https://anurag-handique.github.io/Weather-ForeCast/


Languages

Language:CSS 54.6%Language:HTML 45.4%