Skip to content

cocoisarobo/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌦️ A Simple Weather Web-App

A lightweight and responsive web app that displays real-time weather updates for any city, using the Open-Meteo API.

🚀 Features

  • 🌍 Search weather by city name
  • 📍 Real-time temperature, weather condition, and timezone
  • ⚡ Instant feedback with loading states and error handling
  • 🔍 Built using vanilla JavaScript and modern browser APIs

🛠️ How It Works

This app uses two public APIs:

  1. Geocoding API – to convert city names into geographic coordinates (lat/lon)
  2. Weather Forecast API – to fetch current weather data using those coordinates

No API key needed. It's 100% free and open.

📦 Tech Stack

  • HTML, CSS, JavaScript
  • Open-Meteo APIs

📸 Demo

To run it locally:

# Clone the repository
git clone https://github.com/cocoisarobo/weather-app.git

# Open the index.html file in your browser

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors