random-animals
v1.0.3
Published
it returns random animals
Downloads
26
Readme
Random Animals
Its an random animal module for nodejs
Example code
Its for a beautiful cat;
const randomAnimals = require('random-animals')
randomAnimals.cat().then(cat => console.log(cat));
Requirements
- NodeJS >=8
- npm (>=5)
- Git
Installing
You can install with npm i -S random-animals
for add your project, or you can install with npm i random-animals
directly.
© 2018 Serhann