issues
search
wisnie
/
ackroyd
0
stars
0
forks
source link
[js] fetch images from nasa api
#6
Open
wisnie
opened
2 years ago
wisnie
commented
2 years ago
generate nasa api key,
use
fetch
to fetch
APOD
from today, yesterday and the day before yesterday,
display images on top of the page and keep the aspect ratio specified on designs
wisnie
commented
2 years ago
resources:
https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
,
https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector
,
https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/src
,
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions
fetch
to fetchAPOD
from today, yesterday and the day before yesterday,