7.0.1 • Published 4 years ago

mariotext v7.0.1

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

English:

Mario Text

Simple NPM created by YoSoyMario to send Sarcastic Texts

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

NPM NPMNPM2 VersionServidor de SoporteNPMXD

Installation in Windows

$ npm i mariotext --s

Installation in Glitch

$ pnpm i mariotext

Example 1

const mariotext = require("mariotext")

let text = "hello world"
mariotext.getText(text)

console.log(mariotext.getText(text))

//Result:
//---> HeLlO WoRlD

Example 2

const mariotext = require("mariotext")

let text = "HeLlO WoRlD"
mariotext.getMayus(text)

console.log(mariotext.getMayus(text))

//Result:
//---> HELLO WORLD

Example 3

const mariotext = require("mariotext")

let text = "HELLO WORLD"
mariotext.getMinus(text)

console.log(mariotext.getMinus(text))

//Result:
//---> hello world

Español:

Mario Text

Simple NPM creado por YoSoyMario para enviar Textos Sarcasticos

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

NPM NPMNPM2 VersionServidor de SoporteNPMXD

Instalación en Windows

$ npm i mariotext --s

Instalación en Glitch

$ pnpm i mariotext

Ejemplo 1

const mariotext = require("mariotext")

let text = "hola mundo"
mariotext.getText(text)

console.log(mariotext.getText(text))

//Resultado:
//---> HoLa MuNdO

Ejemplo 2

const mariotext = require("mariotext")

let text = "HoLa MuNdO"
mariotext.getMayus(text)

console.log(mariotext.getMayus(text))

//Resultado:
//---> HOLA MUNDO

Ejemplo 3

const mariotext = require("mariotext")

let text = "HOLA MUNDO"
mariotext.getMinus(text)

console.log(mariotext.getMinus(text))

//Resultado:
//---> hola mundo
7.0.1

4 years ago

7.0.0-2

4 years ago

7.0.0-1

4 years ago

7.0.0

4 years ago

2.1.9

4 years ago

2.1.4

4 years ago

2.2.2

4 years ago

2.1.3

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.9.9

4 years ago

1.9.5

4 years ago

1.9.2

4 years ago

1.9.0

4 years ago

1.8.9

4 years ago

1.5.7

4 years ago

0.0.8

4 years ago

0.0.4

4 years ago