Skip to content

EKACRG/apod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APOD

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.

Getting Started

To begin using the NASA APOD API, follow these steps:

  1. Sign up for a NASA API key by visiting NASA API Registration.

nasa_api_signup

  1. Once you have the API make sure to replace YOUR_NASA_API_KEY in the JavaScript file:
const API_KEY = "YOUR_NASA_API_KEY"

Acknowledgments

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.

Live Application

Online website: apod

apod_screen

About

astronomy picture of the day

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors