Demo Application
Look at how to integrate the NASA APIs in a React application.
We'll cover the following...
We'll cover the following...
Now that we understand NASA APIs, we can use these APIs in an example application. We'll use the following NASA APIs in our application:
Asteroids NeoWs
EONET
Mars Rover Photos
APOD
Application workflow
Let's look at the application workflow from the user's perspective:
At the start of the application, we see the homepage. This page has the Astronomy Picture of the Day and a navbar that we can use to navigate to other pages.
The events page presents a table containing all the available events categories. The last column provides a link to see information about all the ongoing events for that ...