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
Installation in Windows
$ npm i marioapi --sInstallation in Glitch
$ pnpm i marioapiAvailable 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
Instalación en Windows
$ npm i marioapi --sInstalación en Glitch
$ pnpm i marioapiVariables 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)
