An application to call the NASA APOD (Astronomy Picture of the Day) API to and display returned images and videos. To use this application you will need to sign up for a free API key.
All the details can be found in the NASA Open APIs documentation.
The API used by this application is the APOD (Astronomy Picture of the Day).
git clone git@github.com:ReadyPlayer2/nasa-playgrounds.git
.npm install
..env
file in the top level directory and add your API key in the format API_KEY=abc123
.npm run dev
. The Express server is available at localhost:5000
and the React application is available at localhost:3000
.node server.js
(or simply nodemon
for dynamic updates). Customise Express server port by using PORT=1234
in your .env
file.npm start
.This project was bootstrapped with Create React App.