vue-giphy
Load a random giphy image based on search query
Installation
# install with npmnpm install vue-giphy --save
var VueGiphy =Vue
Usage
Add as a component:
components:VueGiphy
You can then show a GIF with:
Replace with the phrase you want to show a GIPHY for. Replace with your API key which can be obtained from giphy developers site
A GIF will appear using the query string provided wherever you place the component.