random-animals
Version:
it returns random animals
27 lines (17 loc) • 560 B
Markdown

# Random Animals
Its an random animal module for nodejs
## Example code
Its for a beautiful cat;
```js
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