Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sefinek/random-fox-img

An npm module that provides random fox images. Fast and reliable. 🦊🌿
https://github.com/sefinek/random-fox-img

animal animals cute-fox cute-fox-image cute-foxes fox foxes foxy images javascript random random-animal random-fox random-foxes random-images random-picture

Last synced: 16 days ago
JSON representation

An npm module that provides random fox images. Fast and reliable. 🦊🌿

Awesome Lists containing this project

README

        


🦊 » 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](https://api.sefinek.net) API using native module like [https](https://nodejs.org/api/https.html).
Each image is appropriately compressed.

## 😼 » Installation
```bash
npm install random-fox-img
```

## 🐈 » Usage
### • Importing
```js
const getRandomFox = require('random-fox-img');
```
### • Async/await example
```js
(async () => {
const data = await getRandomFox();
console.log(data.message);
})();
```
### • Promise example
```js
getRandomFox().then(data => console.log(data.message));
```
### • Returned object
```json
{
"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](https://github.com/sefinek24/random-fox-img/issues/new) if you have any questions or issues related to this module or API.

If you like this module, please star [the repository](https://github.com/sefinek24/random-fox-img).

## 📜 » License MIT


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