1.0.0 • Published 6 years ago

usernames v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Usernames Build Status

Install

$ npm install --save usernames

Usage

const usernames = require('usernames');
const generate  = usernames({
    length      : 8, // only chars, separator not included
    separator   : '-',
    patterns    : [['adjectives', 'nouns'],['adverbs', 'verbs']]
});

generate() // 'elite-cup'
generate() // 'tiny-mark'
generate() // 'old-guide'

License

MIT