Skip to content

jamen/fake-word

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fake-word

Create fake words for names or tests

var word = require('fake-word')

word(3, 5)
// [ 'ogu', 'oza', 'ovi', 'ioy', 'agi' ]

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


[version][package] travis [downloads/month][package] [downloads][package] [license][package] support me follow [package]: https://npmjs.com/package/fake-word

About

Create fake words for names or tests

Resources

License

Stars

Watchers

Forks

Packages

No packages published