All Projects → kevva → animal-sounds

kevva / animal-sounds

Licence: MIT license
Get animal sounds

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].