Heck simple! A random animal name generator
npm install random-animal-nameHeck 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)
html
`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
``