Skip to content

SebastianHGonzalez/apod-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apod-client

React client for NASA's Astronomy Picture of the Day API endpoint (https://api.nasa.gov/api.html#apod)

Environments

Table of Contents

Development

Setup config file

cd <path-to-project>
cp ./src/Config/example_config.ts ./src/Config/config.ts

Set api key

Set it modifing config.ts or set it on environment variables

Set environment variables

export APOD_API_KEY=<your-key>
export APOD_BASE_URL=https://api.nasa.gov

Start development server

npm start

Deploy

Deploy to github pages

npm run deploy

About

React client for NASA's Astronomy Picture of the Day API endpoint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published