Previously we added a CoreData model named `Nasa`. Let's rename it to `Pod` to mirror our existing object, and then work through the resulting build errors so that our app is using the new object.
Code https://github.com/kernjackson/SpacePod
Api https://api.nasa.gov
We'll progressively build a small SwiftUI app that displays the NASA photo of the day. Each video will be broken down into the smallest piece of work that I can imagine at the time.