Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

A clean and interactive Weather App that lets users check the current weather in any city. Built with HTML, CSS, and JavaScript, it fetches real-time weather data and presents it in a user-friendly interface.


Features

  • Search weather by city name
  • Displays temperature!

Languages Used

  • HTML – App structure
  • CSS – Styling and layout
  • JavaScript – Fetching API data and updating UI

🔑 API Key Setup

This app uses the OpenWeatherMap API (or another weather API of your choice) to fetch live weather data.
You’ll need to get your own free API key to make it work.

  1. Go to OpenWeatherMap
  2. Sign up for a free account
  3. Generate an API key
  4. In your JavaScript file, find the line where the API key is used (for example):
    const apiKey = "YOUR_API_KEY_HERE";
    
    # Clone the repository

git clone https://github.com/Frabina27/Weather-App.git

Navigate to the project folder

cd Weather-App

Open index.html in your browser

You're all done! :)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages