fake-word

0.1.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    1
  • 0.0.0
    0

Package Sidebar

Install

npm i fake-word

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • npm