Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
/ use-nasa-apod Public archive

React hook for the NASA astronomy picture of the day

License

Notifications You must be signed in to change notification settings

jwarykowski/use-nasa-apod

Repository files navigation

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 })

About

React hook for the NASA astronomy picture of the day

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages