3.0.0 • Published 4 years ago

getanimals v3.0.0

Weekly downloads
26
License
ISC
Repository
github
Last release
4 years ago

GetAnimals API

The getanimals NPM package is an API wrapper for get-animals api.

there are 5 animals.

  • dog
  • cat
  • fox
  • shiba
  • bird

Usage

You can use getanimals like this:

var getanimals = require('getanimals');

getanimals.dog() // you can use any other animal ex getanimals.cat() etc
  .then((url) => console.log(url))
  .catch((err) => console.error(err));

Contributors

Advil and litguy

also obviously this is gonna be the most used package of 2k20 :)

3.0.0

4 years ago

2.0.0

4 years ago

1.0.1

6 years ago

1.0.0

6 years ago