Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 614 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 614 Bytes

5545.no-svelte

A work in progress.

A Svelte-version of the original 5545.no.

Uses Yr.no (Meteorologisk institutt) weather API and OpenStreetMap's Nominatim API for reverse coordinates lookup.

Developing

npm install
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

npm run preview # for production preview