0.1.1 • Published 5 years ago

random-animal-name-generator v0.1.1

Weekly downloads
242
License
UNLICENSED
Repository
github
Last release
5 years ago

random-animal-name-generator

It's a random animal name generator!

  const generateRandomAnimalName = require('animal-name-generator')
  const animalName = generateRandomAnimalName()
  console.log(animalName)

With funny animal names!

Geological gnu
Topazine toad
Overluxurious okapi
Easternmost eel
Unagrarian urus
Zombified zebrafinch
Dull dungbeetle
Jumping jaeger
Controversial chimneyswift
Fervid flies
Ethologic eidolonhelvum
Matronal mite
Allied achillestang
Palaeobiologic pinkriverdolphin
Glossophobic goldfish
Qualified queenconch
Exuberant eland
Timely tasmaniantiger

Development

Clone the repository and install all dependencies:

git clone git@github.com:adzialocha/random-animal-name-generator.git
cd random-animal-name-generator
npm install
npm run test