Package Exports
- animals
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (animals) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
animals 
Get animals
Currently 236 animals.
The list itself is just a JSON file and can be used wherever. The list is extracted from wikipedia.
Install
$ npm install --save animalsUsage
var animals = require('animals');
animals();
//=> fox
animals();
//=> panda
animals.words;
// ['aardvark', 'albatross', ...]API
animals()
Returns a random animal.
animals.words
Array with all the animals.
CLI
$ npm install --global animals$ animals --help
Example
$ animals
lionLicense
Entirely based on superb by Sindre Sorhus. MIT © Stephan Bönnemann