1.1.0 • Published 6 years ago

random-animals-apis v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 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

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago