🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@firanorg/soluta-perferendis-tenetur

Package Overview
Dependencies
Maintainers
0
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@firanorg/soluta-perferendis-tenetur

🦊 » Random fox images « 🦊 Please check a more elaborate alternative: <a href="https:/

9.8.153
unpublished
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

🦊 » Random fox images « 🦊

Random cat
Please check a more elaborate alternative: @sefinek/random-animals

» Star the repo if you liked it «

The number of downloads Issues Last commit Commit activity Code size

📑 » About

This module retrieves random fox images from the api.sefinek.net API using native module like https. Each image is appropriately compressed.

😼 » Installation

npm install @firanorg/soluta-perferendis-tenetur

🐈 » Usage

• Importing

const getRandomFox = require('@firanorg/soluta-perferendis-tenetur');

• Async/await example

(async () => {
    const data = await getRandomFox();
    console.log(data.message);
})();

• Promise example

getRandomFox().then(data => console.log(data.message));

• Returned object

{
  "success": true,
  "status": 200,
  "info": { "category": "animals", "endpoint": "fox" },
  "message": "https://cdn.sefinek.net/images/animals/fox/red-fox-in-the-wild-2-1624831.jpg"
}

✨ » Final information

Open a new Issue if you have any questions or issues related to this module or API.

If you like this module, please star the repository.

📜 » License MIT

Copyright 2023-2024 © by Sefinek. All Rights Reserved.

Keywords

toArray

FAQs

Package last updated on 19 Oct 2024

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