image-random
v0.0.2
Published
๐ In this npm module there are 13 types of ๐ฆ animals 4 types of anime and memes randomly share their images. ๐
Downloads
22
Maintainers
Readme
๐ฆ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