Skip to content

Instantly share code, notes, and snippets.

@mdang
Last active October 4, 2016 15:08
Show Gist options
  • Select an option

  • Save mdang/b82cc2f3ee19b3efa70f to your computer and use it in GitHub Desktop.

Select an option

Save mdang/b82cc2f3ee19b3efa70f to your computer and use it in GitHub Desktop.
Exercise: Giphy API

Giphy API Experimentation

30 min

Let's explore API's with everyone's favorite animated gif service!

https://api.giphy.com

  1. Read the implementation details for the following endpoints here: https://github.com/Giphy/GiphyAPI
  • Random Endpoint
  • Trending GIFs Endpoint
  1. Using the Random Endpoint, obtain and display a random image for a search term
  2. Using the Trending GIFs Endpoint, display the top 25 gifs at this particular moment in time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment