UNPKG

ricknmortyquotes

Version:

Returns a string with a random and funny quote from the best TV show ever aired.

17 lines (10 loc) 232 B
# ricknmortyquotes > generates a random sentence from Rick and Morty's season 1, 2 and 3. ## Usage ```js const generate = require("ricknmortyquotes"); console.log(generate()); //quote will be printed ``` ## License Apache 2.0