simple svelte app for showing the position of the ISS using the google maps API.
Remember to insert your own google maps api-key, or else the app wont work.
Start a development server:
npm run dev
To create a production version of the app:
npm run build