Skip to content

This is my first svelte project. I decided to write a client for the free NASA APOD API.

Notifications You must be signed in to change notification settings

KL2808/nasa-apod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Svelte NASA-APOD-API

NASA provides a lot of cool and fun to use APIs. I chose the simple yet super cool APOD (Astronomy Picture of the Day) API. NASA provides a new picture with a title, explanation and more additional info every day since 16. June 1995. Thank you, NASA ❤️.

Setup and serve

After forking this repo or just downloading the code, run npm i in the command line after you changed to this directory. Now a new folder named node_modules should be appeared in the project. If you now want to serve the web app local just run npm run dev and open your favorite browser at localhost:5000.

Screenshot

Screenshot of the UI

About

This is my first svelte project. I decided to write a client for the free NASA APOD API.

Topics

Resources

Stars

Watchers

Forks