๐ฅ Land the job! Get help with a resume and cover letter https://grindreel.com
๐My Courses: https://grindreel.academy/
๐ป Learn Code FREE for 2 months: https://bit.ly/2HXTU1o
Treehouse Discount: https://bit.ly/2CZDFNn | IT Certifications: https://bit.ly/2uSCgnz
Want to work at Google? Cheat Sheet: https://goo.gl/N56orD
Channel Memberships are here! โค๏ธ http://bit.ly/32Wj1Jf
Code Bootcamps I’ve worked with: ๐ซ
Lambda School: FREE until you get a job: https://lambda-school.sjv.io/josh
My Gear โ๏ธ: https://kit.com/JoshuaFluke
Social Media ๐คณ
https://www.instagram.com/joshuafluke/ ๐ธ
https://twitter.com/joshuafluke ๐ฆ
Support the channel! โค๏ธ
https://www.patreon.com/joshuafluke
Donations: paypal.me/joshuafluke
Merch is here! ๐ https://teespring.com/stores/grindreel
Discord ๐ https://discord.gg/rka6rvg
Website ๐ก http://www.grindreel.com/
Email me! ๐ง grindreel@gmail.com
Original source
11 responses to “HOW TO CODE CODE GIPHY IN 13 MINUTES – JavaScript Tutorial(API / AJAX)”
Make sure to put the input variable into $.get string! I cut that out on accident. Here is the missing piece.
"http://api.giphy.com/v1/gifs/search?q="+input+"+&api_key=RkZMkXQ7kzeKtcu6e2IjSq5cOHT6Svm0&limit=30"
it only lets you search one thing, if you try to search another thing right after (cat for example), it puts all of the new search underneath the initial search. how would you clear the first search?
Great tutorial. It would be great to have a link to the source code as well. I couldn't get it to work properly (wouldn't search for specific search term even after putting input into $.get string) and it has been difficult to find the reason why.
Mmmmm. A bit fast.
Thanks, Josh. This was very helpful because we're using giphy for our API homework at U of U's coding bootcamp. The for/in loop makes a lot of sense.
Don't edit the video when you make a mistake because then nobody can you see what you did wrong and can't continue following the tutorial but it was a decent tutorial
suppose a user is giving input like "wolf of wall street". Now when I am taking this input value in a variable and adding it to the url, the part of the url is going as "wolf of wall street". But It should go like "wolf+of+all+street" as per the example given in giphy site "ryan+gosling". Can you explain me how to do this?
Awesome stuff, thank you
Awesome tutorial because it's short and to the point! Just my opinion, but doing a whole series on APIs (GET, POST, DELETE) would be awesome.
Neat beginner tutorial.
hey man I think you may have cut changing the http – so the button works but it still searches the gos man