image-random

0.0.2ย โ€ขย Publicย โ€ขย Published

Random Animal/Anime ฤฐmage

Developed with โค๏ธ by Roxza#2999(Discord)

๐Ÿ“ฆInstallation

npm i image-random --save
yarn add image-random

๐Ÿ“ Usage

const rimg = require("image-random");

/* Animal */

rimg
  .animal("dog")
  .then((img) => console.log(img))
  .catch(console.error);

/* Anime */

rimg
  .anime("hug")
  .then((img) => console.log(img))
  .catch(console.error);

/* Memes */

rimg
  .memes()
  .then((img) => console.log(img))
  .catch(console.error);

๐Ÿˆ Animal names

  • dog
  • cat
  • panda
  • fox
  • red_panda
  • koala
  • bird
  • raccoon
  • kangaroo
  • bunny
  • duck
  • lizard
  • shiba

Anime Genres

  • wink
  • pat
  • hug
  • kiss

โค๏ธ APIs used

  • some-random-api.ml / Animal - Anime
  • kawaii.red / Anime Kiss
  • nekos.life / Lizard
  • shibe.online / Shiba
  • random-d.uk / Duck
  • api.bunnies.io / Bunny

License

MIT

Dependentsโ€‚(0)

Package Sidebar

Install

npm i image-random

Weekly Downloads

5

Version

0.0.2

License

MIT

Unpacked Size

4.98 kB

Total Files

3

Last publish

Collaborators

  • roxza