animal-sounds

1.1.1 • Public • Published

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

/animal-sounds/

    Package Sidebar

    Install

    npm i animal-sounds

    Weekly Downloads

    3

    Version

    1.1.1

    License

    MIT

    Last publish

    Collaborators

    • kevva