How to Run This Starter Code

You may need to install flask and/or requests. To do so, run:

pip3 install flask
pip3 install requests

To run, open the folder containing app.py in a Terminal instance, and run:

export FLASK_ENV=development
flask run

Resources

You may find the following resources helpful in your development process:

  1. Tenor API Documentation - useful for understanding which URL we want to visit in order to make an API request for GIFs
  2. BEW 1.1 Lesson on Flask
  3. BEW 1.1 Lesson on Templates
  4. BEW 1.1 Lesson on APIs

gifsearch2

gifsearch2