0.0.1 • Published 9 years ago

react-giphy v0.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

React Giphy Build Status

A React component displaying awesome gifs from Giphy.com.

Installation

npm install --save react-giphy

Demo

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 serve

In another tab:

npm run watch