random-vowel-names

1.0.0 • Public • Published

Random Vowel Names

Simple npm package that give you a name starting with every vowel you give it

Installation

yarn add random-vowel-names

npm install random-vowel-names --save-dev

Usage

import RandomVowelName from 'random-vowel-name'

console.log(RandomVowelName('a')) // "Adam"

console.log(RandomVowelName('e')) // "Eve"

console.log(RandomVowelName('d')) // "Use a vowel - A, E, I, O, U"

Readme

Keywords

none

Package Sidebar

Install

npm i random-vowel-names

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

132 kB

Total Files

8

Last publish

Collaborators

  • rodiwaa