Skip to content

aditimjoshi/Weather_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App using HTML, CSS, and JavaScript

Overview

This project is a Weather App built using HTML, CSS, and JavaScript, which fetches real-time weather data using the OpenWeatherMap API. The application allows users to:

  • Search for weather conditions by city name
  • View temperature, humidity, wind speed, and weather descriptions
  • Display dynamic weather icons based on conditions
  • Provide an intuitive and responsive user interface

Demo

Live Demo in Action

Weather App Demo

API Key Setup

To use the OpenWeatherMap API, register and obtain an API key from OpenWeatherMap. Add the key to the JavaScript file:

const API_KEY = 'your_api_key_here';

About

A weather app which provides real-time weather data using OpenWeatherMap API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published