This project utilizes the Astronomy Picture of the Day (APOD) API provided by NASA to retrieve captivating images from the cosmos. The APOD API allows you to fetch a wide range of astronomy-related images based on a specified date, and it offers features such as single date search, date range search, and the option to obtain high-resolution images.
To begin using the NASA APOD API, follow these steps:
- Sign up for a NASA API key by visiting NASA API Registration.
- Once you have the API make sure to replace YOUR_NASA_API_KEY in the JavaScript file:
const API_KEY = "YOUR_NASA_API_KEY"Special thanks to NASA for providing the APOD API. The full documentation for the APOD API can be found at the APOD API GitHub repository.
Online website: apod

