A react application interation with NASA Apis
Clone the repository.
Go to the project folder.
.env
file at the root folder. A .sample.env
file is already present in the root folder.Rename it to .env
. Then add correct API_KEY extracted from https://api.nasa.gov/
.env
REACT_APP_API_KEY=[YOUR_API_KEY]
Run
yarn
yarn start
or
npm install
npm start