play-animal-sounds

1.2.0 • Public • Published

play-animal-sounds Build Status

Play animal sounds

Install

$ npm install --save play-animal-sounds

On 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-dev

Usage

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.0
    0
  • 1.1.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i play-animal-sounds

Weekly Downloads

0

Version

1.2.0

License

MIT

Last publish

Collaborators

  • kevva