1.1.1 • Published 9 years ago

animal-sounds v1.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago