1.2.0 • Published 10 years ago
play-animal-sounds v1.2.0
play-animal-sounds 
Play animal sounds
Install
$ npm install --save play-animal-soundsOn Debian/Ubuntu, the ALSA backend is used by default, so be sure to have the alsa.h header file in place:
$ sudo apt-get install libasound2-devUsage
var playAnimalSounds = require('play-animal-sounds');
playAnimalSounds();
//=> *animal sound*
playAnimalSounds('cat');
//=> *meow*CLI
$ npm install --global play-animal-sounds$ play-animal-sounds --help
Examples
$ play-animal-sounds
*animal sound*
$ play-animal-sounds cat
*meow*License
MIT © Kevin Mårtensson