Skip to content

All-in-one API for random animal images.

Notifications You must be signed in to change notification settings

OmgImAlexis/animalsAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐈 AnimalsAPI

NPM

📝 Usage

const animals = require('random-animals-api'); 
animals.cat()
    .then(url => console.log(url))
    .catch((error) => console.error(error));

🐈 List of animal names

  • cat
  • fox
  • bird
  • dog
  • bunny
  • lizard
  • owl
  • tiger
  • shiba
  • lion
  • duck
  • panda
  • redPanda
  • penguin

📦 Installation

  1. npm i random-animals-api

⭐️ APIs used

  • random.cat
  • randomfox.ca
  • birb.pw
  • dog.ceo
  • bunnies.io
  • random-d.uk
  • anidiots.guide
  • floofybot.moe
  • shibe.online

About

All-in-one API for random animal images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%