0.0.1 • Published 11 years ago
react-giphy v0.0.1
React Giphy 
A React component displaying awesome gifs from Giphy.com.
Installation
npm install --save react-giphyDemo
Usage
Random Gif
Display a random gif. Surprise!
<ReactGiphy />Using a tag
Use tags like 'cat' or 'llama'.
<ReactGiphy tag='llama' />Search for gifs
Just search for aaanything you like.
<ReactGiphy search='game of thrones' />Development
Install http-server from npm, run it and go to http://127.0.0.1:8080/
npm install -g http-server
npm run serveIn another tab:
npm run watch0.0.1
11 years ago