/06-Homework-

Primary LanguageJavaScript

06-Homework-

Overview In this assignment, you'll use the GIPHY API to make a dynamic web page that populates with gifs of your choice. To finish this task, you must call the GIPHY API and use JavaScript and jQuery to change the HTML of your site.

Take A Look: https://caseyl70.github.io/06-Homework-/

Before You Begin

Hit the GIPHY API.

Fool around with the GIPHY API. Giphy API. Be sure to read about these GIPHY parameters (hint, hint):

q limit rating

Like many APIs, GIPHY requires developers to use a key to access their API data. To use the GIPHY API, you'll need a GIPHY account (don't worry, it's free!) and then obtain an API Key by creating an app. Make sure you switch the protocol in the query URL from http to https, or the app may not work properly when deployed to Github Pages.