fake-word
v0.1.0
Published
Create fake words for names or tests
Downloads
5
Readme
fake-word
Create fake words for names or tests
var word = require('fake-word')
word(3, 5)
// [ 'ogu', 'oza', 'ovi', 'ioy', 'agi' ]
A longer description of your function here
Installation
$ npm install --save fake-word
Usage
word(length, [amount])
Create a fake word with the given length
. If amount
provided, you get an array of multiple words
word(3)
// 'oza'
word(3, 5)
// [ 'ogu', 'oza', 'ovi', 'ioy', 'agi' ]
License
MIT © Jamen Marz
[][package] [][package] [][package] [][package] [package]: https://npmjs.com/package/fake-word