JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q28392F
  • License MIT

API simple que envia fotos Random de Perros, Zorros y más

Package Exports

  • marioapi

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (marioapi) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

English

Mario API

Simple API created by YoSoyMario

Other NPM: https://NPMJS.com/mariotext

NPM NPMNPM2 VersionServidor de SoporteNPMXD

Installation in Windows

$ npm i marioapi --s

Installation in Glitch

$ pnpm i marioapi

Available Variables

mario.dog()
mario.fox()
mario.cat()
mario.panda()
mario.koala()
mario.meme()
mario.hug()
mario.smoke()

Example

const mario = require("marioapi")

//you can use another variable instead of mario.dog()
let img = await mario.dog()
//form async
console.log(img)

Español

Mario API

Simple API creada por YoSoyMario

Otro NPM: https://NPMJS.com/mariotext

NPM NPMNPM2 VersionServidor de SoporteNPMXD

Instalación en Windows

$ npm i marioapi --s

Instalación en Glitch

$ pnpm i marioapi

Variables Disponibles

mario.dog()
mario.fox()
mario.cat()
mario.panda()
mario.koala()
mario.meme()
mario.hug()
mario.smoke()

Ejemplo

const mario = require("marioapi")

//puedes usar otra variable en vez de mario.dog()
let img = await mario.dog()
//de forma async
console.log(img)