UNPKG

random-animals

Version:
27 lines (17 loc) 560 B
![Travis Badge](https://travis-ci.org/Serhann/random-animals.svg?branch=master) # 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)); ``` ![result](http://random.cat/i/win_20150714_153831.jpg) ## 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