# foxy-api

> Una api que te da imagenes randoms de zorros.

Latest version **0.0.1** (published 2020-04-14) · ISC license · 0 weekly downloads

## Install

```sh
npm install foxy-api
pnpm add foxy-api
yarn add foxy-api
bun add foxy-api
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2020-04-14 |
| First published | 2020-04-14 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 1.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | codinghacky |
| Maintainers | codinghacky |
| Keywords | discord, api, imagenes, zorros |

## Links

- npm: https://www.npmjs.com/package/foxy-api
- Repository: https://github.com/hackycraftyt/foxy-api
- Homepage: https://github.com/hackycraftyt/foxy-api#readme
- Issues: https://github.com/hackycraftyt/foxy-api/issues
- npm.io page: https://npm.io/package/foxy-api

## Dependencies (1)

- [node-fetch](https://npm.io/package/node-fetch.md) ^2.6.0

## Alternatives

- [exif-parser](https://npm.io/package/exif-parser.md) — 3.8M weekly downloads
- [vite-plugin-compression](https://npm.io/package/vite-plugin-compression.md) — 569.5K weekly downloads
- [pica](https://npm.io/package/pica.md) — 442.4K weekly downloads
- [@reportportal/client-javascript](https://npm.io/package/@reportportal/client-javascript.md) — 408.8K weekly downloads
- [@tldraw/state](https://npm.io/package/@tldraw/state.md) — 316.0K weekly downloads

## Recent versions

- 0.0.1 (latest) — 2020-04-14

## README

# foxy-api

> Te envia una imagen de un zorro random.

## Instalación

```
npm instal --save foxy-api
```

### MODO DE USO
```js
const fox = require('foxy-api')
//Con el método async
let img = await fox.fox()

console.log(img)
```

Si lo quieres para Discord este es un ejemplo:

```js
//Necesitas obviamente el package de discord.js
const fox = require('foxy-api')
//En donde empiezas el evento message necesitas poner async: client.on('message', async message => {
    //                                                                            ^^^^^
const img = await guau.perro()

//Mediante un mensaje normal:
message.channel.send(img)
//Mediante un embed:
const embed = new Discord.MessageEmbed()
.setImage(img)

messge.channel.send(embed)
```

---
_Source: https://npm.io/package/foxy-api · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
