So far we've just been hitting the API anytime we need to display some day. Let's create a Core Data model that will let us cache our JSON payload (in future episodes).
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.