Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tekken

shbm25MIT0.0.2

A module to generate name of Tekken characters. List of names has been compiled from the wikipedia page. See https://en.wikipedia.org/wiki/List_of_Tekken_characters

tekken, names, breaking, bad, walter, white, jesse, pinkman, gus, suits, harvey, spector, mike, ross, louis, litt, jessica, pearson, friends, joey, chandler, ross, phoebe, rachel, monica, game, thrones, game of thrones, jon, snow, daenerys, targaryen, tyrion, lanniester, arya, stark, khal, drogo, Margaery, Tyrell, Jaime, Lannister, sherlock, holmes, watson, irene, adler, hudon, mycroft, moriarty, silicon, valley, richard, hendriks, erlich, bachmann, dinesh, jared, dunn, gilfoyle, big, head, peter, gregory

readme

TEKKEN

Build Status Downloads/Month

A node.js module to generate random names of Tekken, Game Of Thrones, Silicon Valley, Sherlock, Breaking Bad and Suits characters.

INSTALLATION

npm install tekken

USAGE

var t = require('tekken');

t.tekken.name(); // returns the name of a Tekken Player
t.tekken.characters(); // returns an Array of names of Tekken Players

t.GOT.name(); // returns the name of a Game Of Thrones character
t.GOT.characters(); // returns an Array of names of Games Of Thrones characters

t.suits.name(); // returns the name of a Suits character
t.suits.characters(); // returns an Array of names of suits characters

t.breakingBad.name(); // returns the name of a Breaking Bad character
t.breakingBad.characters(); // return an Array of names of Breaking Bad characters

t.siliconValley.name(); // returns the name of a Silicon Valley character
t.siliconValley.characters(); // returns an Array of names of Silicon Valley characters

t.sherlock.name(); // returns the name of a Sherlock character
t.sherlock.characters(); // returns an Array of names of Sherlock characters

LICENSE

MIT