1.1.9 • Published 7 years ago

nibba v1.1.9

Weekly downloads
33
License
ISC
Repository
github
Last release
7 years ago

Nibba.js

Convert normie text to ni🅱️🅱️a text

Installation

npm install nibba

Usage

From the command line

Run the nibba.js from where you have it installed.

./nibba.js 'Is the big mac machine fixed?'

Tha result:

Is the 🅱️ig Ma🅱️ ma🅱️ine fixed?

As node.js module

var nibba = require('nibba');

console.log(nibba.convert('Is the big mac machine fixed?')); //Is the 🅱️ig Ma🅱️ ma🅱️ine fixed?

Optional arguments

  • mockify (default set to false)

Example

nibba.convert('Is the big mac machine fixed?', mockify = true); //Is tHe 🅱️Ig mA🅱️ mA🅱️HiNe fIxEd?
1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago