Giphy Search API

Demo Application Summary

This application uses the Giphy API to display a list of gifs associated with a search term submitted into the search field

download Giphy Search Application

Setup Instructions

  1. Sign up for a Giphy Developer account

  2. Download the demo application and save files in your class folder

  3. Add your Access Token to app.js on line 31

    inline

  4. Run a Local Server on your computer (Required!) Using the command line, navigate to the project folder (from Step #2 above) and start a local server

  5. Open up your browser and type the following address into the address bar: http://localhost:8000