1.1.0 • Published 5 years ago

random-animals-apis v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

random-animals-apis

Build Status License Version of Package

A NPM module for getting random pictures of cats, dogs, birds, and foxes using API's

Installation

$ npm i random-animals-apis

How to Use:

const animalAPI = require("random-animals-apis");

(async () => {
  const link = await animalAPI.getRandomDogImage()
  console.log(link) // returns the link of the image as a string
})()

Methods:

.getRandomDogImage()
.getRandomCatImage()
.getRandomFoxImage()
.getRandomShibaInuImage()
.getRandomBirdImage()

API's used:

1.0.2

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago