Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 925 Bytes

README.md

File metadata and controls

48 lines (29 loc) · 925 Bytes

rick-and-morty Build Status {

Get Rick and Morty gifs

The gif list is just a JSON file and can be used wherever.

Rick and Morty

Install

$ npm install --save rick-and-morty

Usage

const rickAndMorty = require('rick-and-morty');

rickAndMorty.random();
// -> 'http://i.giphy.com/l41lI4bYmcsPJX9Go.gif'

API

.all: string[]

All gifs.

.random(): string

Random name.

Related

License

2016 © Zack Harley

🍴 Fork away!

}