A simple weather app made with ES modules and modern JavaScript
Live Demo ⁕ Figma Preview ⁕ Repo Download
Simple Weather is a vanilla JS weather web app to try modern JavaScript and ES modules, no build step is necessary and everything works from the browser. The app features your local weather and fetches the data from the API using stale while revalidate technique. You can also explore or view other locations by changing the query parameter in the URL.
To get started, clone or download this repository; no build or dependency installs is required.
You can preview in local by running a http server:
$ pnpx servor .Distributed under the MIT License. See LICENSE for more information.
