Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More โ†’
Socket
Sign inDemoInstall
Socket

image-random

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

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. ๐Ÿ˜Ž

  • 0.0.1
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by66.67%
Maintainers
1
Weekly downloads
ย 
Created
Source

Random Animal/Anime ฤฐmage

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

๐Ÿ“ฆInstallation

npm i randomimg --save
yarn add randomimg

๐Ÿ“ Usage

const rimg = require("randomimg");

/* 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

Package last updated on 04 Feb 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc