OmgImAlexis / animalsAPI

All-in-one API for random animal images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐈 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.


Languages

Language:TypeScript 100.0%