Skip to content

Instantly share code, notes, and snippets.

View gargomoma's full-sized avatar

gargomoma

  • Madrid,Spain
View GitHub Profile
@gargomoma
gargomoma / Gihphy4GAS.js
Created October 2, 2018 07:39
Google Apps Script to get random Gif from Giphy
/*
HOW IT WORKS??
https://jeffreyeverhart.com/2016/02/24/using-google-sheet-and-google-apps-script-to-work-with-apis/
https://codepen.io/ChynoDeluxe/pen/WGQzWW
*/
function getGIF() {
// Giphy API defaults
const giphy = {
baseURL: "https://api.giphy.com/v1/gifs/",
key: "APIKEYHERE",