scriptax / weather-app

Simple and functional weather app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather App

A simple weather app with HTML/CSS/JS. With two ways to choose a location: search bar and auto-locate. The JS code gathers location, weather and air quality data from Open-Meteo with fetch API and displays the result in "Today", "Hourly" and "Daily" sections. The weather API is free, so you may notice inaccuracy in weather data. The code may not be efficient, so I'm refactoring/optimizing it as I learn new things. Weather App

About

Simple and functional weather app


Languages

Language:JavaScript 68.3%Language:CSS 24.4%Language:HTML 7.4%