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