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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    3
  • 1.1.0
    1
  • 1.0.0
    3

Package Sidebar

Install

npm i animal-sounds

Weekly Downloads

4

Version

1.1.1

License

MIT

Last publish

Collaborators

  • kevva