animal-sounds icon indicating copy to clipboard operation
animal-sounds copied to clipboard

Get animal sounds

animal-sounds Build Status

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