Advertisement
boris-ivanov

Untitled

Jul 28th, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. const $input = $('#gif-search');
  2. const search = $input.val();
  3. const searchData = () => fetch(`https://api.giphy.com/v1/gifs/search?api_key=${key}&q=${search}&limit=20&offset=0&rating=G&lang=en`)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement