rick-and-morty
v1.0.1
Published
Rick and Morty GIFs
Downloads
37
Maintainers
Readme
rick-and-morty {
Get Rick and Morty gifs
The gif list is just a JSON file and can be used wherever.
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
- rick-and-morty-cli - CLI for this module
License
2016 © Zack Harley
:fork_and_knife: Fork away!