npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

animal-sounds

1.1.1

@kevva

npmHomeRepoSnykSocket
Downloads:0
$ npm install animal-sounds
DailyWeeklyMonthlyYearly

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