Now, it's time to explore the space! 7th exercise
In this exercise, you will need to actually show the photos from space photos!
Your task is to integrate NASA's photo of the day API and show real photo.
If you need bigger challenge integrate SpaceX API and make requests to it, to provide content whenever each of your submenus is called by your users.
Here are a few tips that can help you to do this exercise:
- To read about NASA's API documentation, visit https://api.nasa.gov.
- Make sure you obtain NASA API key. You can do it here.
- To get NASA Picture of the Day, use this API.
- To read about SpaceX API documentation, visit https://github.com/r-spacex/SpaceX-API.
or go back.