/weather-app

Simple and functional weather app

Primary LanguageJavaScript

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