Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 862 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 862 Bytes

San Jose Solar Seekers Picture of the Day

Join fellow astro lovers with this web application!

NASA picture of the day

Link to project: Picture of the Day

How It's Made:

Tech used: HTML, CSS, JavaScript, JSON, API

Find the picture of the day taken from the NASA database itself using their public API.

But, don't just stop at today. Go back to yesterday. Matter of fact, try out your birthday!

This app allows you to search through all past NASA POTDs.

Lessons Learned:

Had to handle different data types. So, accounted for both images and videos by using a conditional in the fetch function.