Sha256: 7d1dc2c468c7a2982fa9ef8519ca0488e97e158e463e46fb748e81dbcf9ac066
Contents?: true
Size: 203 Bytes
Versions: 8
Compression:
Stored size: 203 Bytes
Contents
begin require 'giphy' rescue LoadError else Giphy::Configuration.configure do |config| config.api_key = ENV['GIPHY_API_KEY'] || 'dc6zaTOxFJmzC' # from https://github.com/Giphy/GiphyAPI end end
Version data entries
8 entries across 8 versions & 1 rubygems