React client for NASA's Astronomy Picture of the Day API endpoint (https://api.nasa.gov/api.html#apod)
cd <path-to-project>
cp ./src/Config/example_config.ts ./src/Config/config.ts
Set it modifing config.ts or set it on environment variables
export APOD_API_KEY=<your-key>
export APOD_BASE_URL=https://api.nasa.gov
npm start
Deploy to github pages
npm run deploy