As part of your participation grade, create a written tutorial explaining how to use a third-party API of your choice. I will share these tutorials with the entire class. Your tutorial must be written in Markdown on a README.md in your repository.
- Explain what the API you are writing about does.
- Show code example(s) of how you would use this API in PHP. Please put your code examples in fenced code blocks.
- DO NOT include API keys in your tutorial. A placeholder like
env('YELP_API_KEY')
is sufficient. - If API keys or tokens are needed to use the API you are writing about, explain how to retrieve those. Please include links and screenshots.
- Include a screenshot of what the JSON response looks like.