react-giphy

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i react-giphy

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • manosim