Stack 4 - Week 2 - Practice 001 - Create and Save your Yelp API Key

While this assignment is optional, you can use the notebook & repository created in this practice assignment as a starting point for your first Core assignment.

  • Follow the instructions from the previous 2 lessons to get your Yelp Fusion API credentials. 

  • Save them locally in a yelp-api.json file located in a ".secret/" folder inside your user folder. 

  • Create a new repository with GitHub desktop. 

  • Load in your API credentials using the JSON module and display what keys are in the dictionary.

    •   DO NOT DISPLAY THE VALUES OF THIS DICTIONARY!!!

  • Save, commit, and push your work to GitHub.