I wanted to test Svelte JS, so I did an app with Mapbox GL which gives you the weather all around the world
Result visible here :point_right: https://dimitrilahaye.github.io/svelte-mapbox-weather-app/
Install the dependencies...
npm install
...then start webpack:
npm run dev
Navigate to localhost:8080.