GitXplorerGitXplorer
z

rick-and-morty

public
4 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
a76292fcab110dc3221f4c1625216aae2c842daf

Update version and push to NPM

zzackharley committed 8 years ago
Unverified
330ad987201e3c322386bb22e37240fca9869880

Update rick-and-morty.json

zzackharley committed 8 years ago
Unverified
46b5f3c5e1b1d7d1f33cef87e5cfb10aaea9925d

Update rick-and-morty.json

zzackharley committed 8 years ago
Unverified
e71fe8e8f07a79517cd15aa965703ee7e70eddb1

Update rick-and-morty.json

zzackharley committed 8 years ago
Unverified
cf144f2b1dd3bf641f01781ed57cccd78b9ba348

Update README.md

zzackharley committed 8 years ago
Unverified
dbaaf638bd1c6876edc59890eb8c73f7f4c8f7dc

Update README.md

zzackharley committed 8 years ago

README

The README file for this repository.

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!

}