Skip to content

itsjomon/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌦️ Weather App

The deployed version is avilable here.

Features

  • Location-Based Weather: Fetches weather based on your location
  • City Search: Look up weather for any city

Technologies Used

  • HTML: For Structure
  • CSS: Styling and responsiveness
  • JavaScript: Handles real-time data
  • API: OpenWeatherMap for weather data

Getting Started

Clone the Repository

Run the following commands to clone and navigate into the project:

git clone https://github.com/itsjomon/weather-app.git
cd weather-app

-or-

Fork the Repository

  1. Fork this repository on GitHub.
  2. Clone your fork.
git clone https://github.com/your-username/your-forked-repository-name.git
cd your-forked-repository-name    

Note

Important: Use Your Own API Key

This project requires an API key from OpenWeather. Do not use the API key provided in the code—it is for demonstration purposes only and may not work for you.

API Key Configuration

  1. Sign up on OpenWeather and generate your API key.
  2. Open the script.js file.
  3. Find the following line & Replace the API KEY with your own API key:
const API_KEY = "api_key";

🌟 Don’t Forget to Star!

If you find this project useful, please consider giving it a star ⭐. It helps others discover it too!

About

A simple weather app using HTML, CSS and JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published