Skip to content

devesh-kahar/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŒฆ๏ธ Weather App

A simple Weather Application built using HTML, CSS, and JavaScript.
The app allows users to search for any city and view real-time weather information.

๐Ÿš€ Features

  • Search weather by city name
  • Displays temperature in Celsius
  • Shows humidity and wind speed
  • Dynamic weather icons based on conditions
  • Error handling for invalid city names
  • Simple and clean user interface

๐Ÿ› ๏ธ Tech Stack

  • HTML
  • CSS
  • JavaScript
  • OpenWeatherMap API

โ–ถ๏ธ How to Run the Project

  1. Clone the repository
    git clone https://github.com/devesh-kahar/weather-app.git

  2. Open the project folder

  3. Create a file named config.js

  4. Add your OpenWeather API key inside it
    const apiKey = "YOUR_API_KEY_HERE";

  5. Open index.html in your browser

๐Ÿ”‘ API Note

The API key is not included in this repository for security reasons.
You need to generate your own API key from OpenWeatherMap.

๐Ÿ‘จโ€๐Ÿ’ป Author

Devesh Kahar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors