Socket
Socket
Sign inDemoInstall

mariotext

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mariotext

Simple NPM para enviar textos de Forma Sarcastica


Version published
Weekly downloads
25
increased by733.33%
Maintainers
1
Install size
5.03 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 30 Dec 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc