NGC 2359 - Thor's Helmet - Martin Pugh
React hook for the NASA astronomy picture of the day
const apiUrl = 'https://test.com' // defaults to 'https://api.nasa.gov/planetary/apod'
const apiKey = 'secretKey'
const { data, error, isResolving } = useNasaAPOD({ apiKey, apiUrl })