0.0.2 • Published 8 years ago

tekken v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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