/Weather-Web-App

This is a simple weather app that allows users to get real-time weather information for a specified location using the OpenWeather API. It's built with basic HTML, CSS, and JavaScript.

Primary LanguageHTML

Weather Web-App using OpenWeather API - It's beginner JS Project

Overview

This is a simple weather app that allows users to get real-time weather information for a specified location using the OpenWeather API. It's built with basic HTML, CSS, and JavaScript.

  • Sign up for a free API key from OpenWeather and replace "YOUR_API_KEY in main.js with your API key.

Features

  • Display current weather conditions, including temperature, humidity,wind speed and description.
  • Allow users to search for weather information for a specific city.

Usage

  1. Clone this repository to your local machine:
git clone https://github.com/Chinmay-Ankolekar/Weather-Web-App.git
  1. Open the index.html file in your web browser using live server.
  2. To search for weather information in a different city, enter the city name in the search bar and click the search button.