Skip to content

Commit a73bdbd

Browse files
committed
api key warning
1 parent 06aa4e1 commit a73bdbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This project allows you to practice the concepts and techniques learned in this
66

77
This is the chance to let your skills shine! You have learned _sooo_ much the last month, and now you get to put all of your hard-earned skills to work. Choose an open api ([this list](https://apipheny.io/free-api/)). Protip - don't take too long choosing an API. Pick one that looks interesting, and get building.
88

9+
**IMPORTANT NOTE:** If your chosen API requires you to use an **API key**, make sure not to hard-code it in your source nor push it to GitHub, for security reasons. Create a separate module that exports the API key, and then make sure to add that module to your .gitignore file.
10+
911
Once you have chosen an API to consume, build an app that makes sense for the data you will be retrieving. Have fun with this. You get to be the creative mind. You get to make all the decisions here. I'm excited to see what you build!
1012

1113
**Read these instructions carefully. Understand exactly what is expected _before_ starting this project.**

0 commit comments

Comments
 (0)