Skip to content

All-in-one API for random animal images.

Notifications You must be signed in to change notification settings

vinceycodes/animalsAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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
  • dog
  • bunny
  • duck
  • fox
  • lizard
  • shiba
  • koala
  • panda
  • bird

📦 Installation

  1. npm i random-animals-api

⭐️ APIs used

  • random.cat
  • dog.ceo
  • bunnies.io
  • random-d.uk
  • randomfox.ca
  • nekos.life
  • shibe.online
  • some-random-api.ml

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%