xForecast, is a simple weather forecast app built on Svelte. Provides location based weather forecast with one click. Check this site for more detail.
# install dependencies
npm install
# start development server
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
npm run build