ucsb-cs56-projects/cs56-utilities-restaurant-list

Move Yelp API keys to hidden environment variables

Closed this issue · 2 comments

Currently, the Yelp API keys (private passwords!) are checked in to the github repository. We also recently ran into an issue of hitting the API limit.
image

Our proposed solution is to move the API keys to an environment variable that is not checked in to the central repository (or any repository)

Finished

closed with pull request #59