# random-vowel-names

> Get random names starting with vowels

Latest version **1.0.0** (published 2018-08-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install random-vowel-names
pnpm add random-vowel-names
yarn add random-vowel-names
bun add random-vowel-names
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2018-08-09 |
| First published | 2018-08-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 128.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Rohit D |
| Maintainers | rodiwaa |

## Links

- npm: https://www.npmjs.com/package/random-vowel-names
- npm.io page: https://npm.io/package/random-vowel-names

## Dependencies (3)

- [jest](https://npm.io/package/jest.md) ^23.4.2
- [babel-cli](https://npm.io/package/babel-cli.md) ^6.26.0
- [babel-preset-latest](https://npm.io/package/babel-preset-latest.md) ^6.24.1

## Recent versions

- 1.0.0 (latest) — 2018-08-09

## README

## 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"`

---
_Source: https://npm.io/package/random-vowel-names · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
