Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-rom authored Dec 9, 2021
1 parent 86368ef commit 509b1df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ Next, you must install required dependencies via NPM or yarn:

$ npm i

Finally, to get data from NASA's API you must [generate an API Key](https://api.nasa.gov/). Next, paste this API key into the `/.env.local` file.
Finally, to get data from NASA's API you must [generate an API Key](https://api.nasa.gov/). Next, rename `.env.local.example` to `.env.local`, then paste this API key into the `/.env.local` file.

```YAML
# Get a new API key at: https://api.nasa.gov/
NEXT_PUBLIC_API_KEY=YOUR_API_KEY_HERE
```

1 comment on commit 509b1df

@vercel
Copy link

@vercel vercel bot commented on 509b1df Dec 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.