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

No packages published