Get animals
Currently 236 animals.
The list itself is just a JSON file and can be used wherever. The list is extracted from wikipedia.
$ npm install --save animalsvar animals = require('animals');
animals();
//=> fox
animals();
//=> panda
animals.words;
// ['aardvark', 'albatross', ...]Returns a random animal.
Array with all the animals.
$ npm install --global animals$ animals --help
Example
$ animals
lionEntirely based on superb by Sindre Sorhus. MIT © Stephan Bönnemann