quick-giphy
v2.0.1
Published
super simple lib to get the first giphy url for a given query
Downloads
21
Maintainers
Readme
##Quick Giphy
###Installation
npm i --save quick-giphy
or yarn add quick-giphy
###Usage
const giphy = require('quick-giphy');
giphy({apiKey: 'my-gihpy-api-key', query: 'my query'})
.then(url => //do something)