Guest User

Untitled

a guest
May 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. #Giphy Search Engine
  2.  
  3. ## Part 1
  4. Update the search engine so the search term input by the user, is passed to the API.
  5.  
  6. If it works, we should see the image change based on the search term, instead of always being a dog.
  7.  
  8.  
  9. ## Part 2
  10. Update the code so it displays the username of the person who submitted the gif, and the title of the image.
  11.  
  12. ## Bonuses
  13. *Mild:*
  14. Display a loading gif while we wait for the image to load.
  15.  
  16. *Spicy:*
  17. Add the date the gif was submitted, and a link to the share url. Link must be an actual link, and date must be formatted nicely.
  18.  
  19. *Extra Spicy:*
  20. Use a forEach loop to display more than one image result.
Add Comment
Please, Sign In to add comment