Socket
Socket
Sign inDemoInstall

image-random

Package Overview
Dependencies
2
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    image-random

💖 In this npm module there are 13 types of 🦊 animals 4 types of anime and memes randomly share their images. 😎


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Install size
420 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 04 Feb 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc