# random-animal-name

> Heck simple! A random animal name generator

Latest version **0.1.1** (published 2022-06-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install random-animal-name
pnpm add random-animal-name
yarn add random-animal-name
bun add random-animal-name
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2022-06-11 |
| First published | 2020-04-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 16.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9 |
| Author | Piyush Agrawal |
| Maintainers | poush |
| Keywords | random, animal, name, google, docs |

## Links

- npm: https://www.npmjs.com/package/random-animal-name
- Repository: https://github.com/poush/random-animal
- Homepage: https://github.com/poush/random-animal#readme
- Issues: https://github.com/poush/random-animal/issues
- npm.io page: https://npm.io/package/random-animal-name

## Alternatives

- [base64url](https://npm.io/package/base64url.md) — 6.1M weekly downloads
- [get-installed-path](https://npm.io/package/get-installed-path.md) — 502.9K weekly downloads
- [@uppy/url](https://npm.io/package/@uppy/url.md) — 185.8K weekly downloads
- [@d3fc/d3fc-shape](https://npm.io/package/@d3fc/d3fc-shape.md) — 16.2K weekly downloads
- [localizer](https://npm.io/package/localizer.md) — 226 weekly downloads

## Recent versions

- 0.1.1 (latest) — 2022-06-11
- 0.1.0 — 2020-04-14

## README

# random-animal-name

Heck simple and lightweight: A random animal name generator! No stupid but funny names! 🤷‍♂️

(As seen on Google Docs 🤓)

```js
  const randomAnimalName = require('random-animal-name')
  const animalName = randomAnimalName()
  console.log(animalName)
```

### For browsers
```html
<script src="https://cdn.jsdelivr.net/gh/poush/random-animal/dist/random-animal.min.js"></script>
<script> const name = randomAnimal() </script>
```

Few Examples:

```
Dangerous Guanaco
Nocturnal Moose
Large Owl
Agile Ibex
Slimy Eel
Short Grasshopper
Candid Rail
Carnivorous Falcon
Domestic Narwhal
Fierce Spider
Cuddly Marten
Tiny Coyote
Slimy Ram
```

## Development

Clone the repository and install all dependencies:

```
npm install
npm run test
```

### Inspiration
Inspired from Google docs, [random-animal-name-generator](https://github.com/adzialocha/random-animal-name-generator) (new words and removed all complex logic)

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