Skip to content

adzialocha/random-animal-name-generator

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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