0.1.0 • Published 7 years ago

fake-word v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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


version travis downloads/month downloads license support me follow