100 Days of Code: The Complete Python Pro Boot Camp – Day 33 Project.
Learning about APIs for the first time.
This is a program where we use ‘requests’ package so that we can make a request to Kanye Rest API.
Once we get the JSON data of quotes, we parse through it to read the quote that was generated when we called the API.
User clicks the Kanye button to generate a new Kanye quote.
- Choose ‘Open in Replit’
- Select ‘Run’ to use the program
- Maximize the ‘Output’ screen.