animal-sounds
v1.1.1
Published
Get animal sounds
Downloads
5
Readme
animal-sounds
Get animal sounds
Install
$ npm install --save animal-sounds
Usage
var animalSounds = require('animal-sounds');
animalSounds();
//=> bawl
animalSounds();
//=> peep
animalSounds.sounds;
//=> ['arf', 'baa', ...]
CLI
$ npm install --global animal-sounds
$ animal-sounds --help
Example
$ animal-sounds
hee-haw
License
MIT © Kevin Mårtensson