This is the starter code for the Giphy API project.
After including the giphy.js file into your index.html you will be able to access the Giphy object. This object has 1 very useful function called "searchByWord". searchByWord takes 3 parameters:
- the query string
- the number if images desired
- a callback function to handle the response object
For more information on how the response object is formatted, consult the Giphy API documentation