Starter Code: NASA Scenario
Space Explorer
Develop a program that retrieves and stores space-related data using the NASA API (api.nasa.gov). It should allow users to:
Fetch today's Astronomy Picture of the Day (APOD) and display its description.
Retrieve data on planets and celestial bodies from NASA's planetary API.
Store favorite celestial objects in a local collection.
Compare characteristics of stored celestial objects (e.g., size, distance from Earth).
Last updated