Get random name of Regular Show
Photo credit : 3 Very Important Life Lessons From Regular Show
This name lists are just JSON files and you can use wherever.
Being a super fans of Regular Show, I have to do something to commemorate my favorite cartoon.
This project highly learned from sindresorhus/superb.
Installation
$ npm i --save regular-show
Usage
var regularShow = require; // Conventional but classic wayimport regularShow from 'regular-show'; // Or much more modern ES6 way // Mordecai // Rigby regularShow.words;// ['Mordecai', 'Rigby', ...]
API
regularShow()
Type: string
Generate random character's name of Regular Show.
regularShow.names
Type: array
Fetch all of the names.
CLI
$ npm i regular-show -g
$ npm regular-show --help Get random name of Regular Show Examples $ regular-show Mordecai $ regular-show --all Rigby Eileen Muscle Man ... Options --all Fetch all the names rather than a random name
License
MIT © WeiChiaChang