Skip to content

fredoist/weather-app

Repository files navigation

Icon

Simple Weather App

A simple weather app made with ES modules and modern JavaScript

Live DemoFigma PreviewRepo Download


Preview

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.

🛠 Built using

✨ Get started

To get started simply clone or download ⇊ this repository, no build or dependency installs is required.

You can develop in local by running a local server with hot-reloading:

$ npx reload .

📄 License

Distributed under the MIT License. See LICENSE for more information.