manosim / react-giphy

A React component displaying awesome gifs from Giphy.com.

Home Page:http://manosim.github.io/react-giphy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Giphy Build Status

A React component displaying awesome gifs from Giphy.com.

Installation

npm install --save react-giphy

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

About

A React component displaying awesome gifs from Giphy.com.

http://manosim.github.io/react-giphy


Languages

Language:JavaScript 99.3%Language:HTML 0.6%Language:CSS 0.1%