Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 524 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 524 Bytes

nasa NGC 2359 - Thor's Helmet - Martin Pugh

use-nasa-apod

React hook for the NASA astronomy picture of the day

Getting started

const apiUrl = 'https://test.com' // defaults to 'https://api.nasa.gov/planetary/apod'
const apiKey = 'secretKey'

const { data, error, isResolving } = useNasaAPOD({ apiKey, apiUrl })