Convert normie text to ni
npm install nibba
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?
var nibba = require('nibba');
console.log(nibba.convert('Is the big mac machine fixed?')); //Is the 🅱️ig Ma🅱️ ma🅱️ine fixed?
- mockify (default set to false)
Example
nibba.convert('Is the big mac machine fixed?', mockify = true); //Is tHe 🅱️Ig mA🅱️ mA🅱️HiNe fIxEd?