UNPKG

sarcastify

Version:

A module that sarcastifies strings. Only applies to the standard english characters in the string.

18 lines (13 loc) 359 B
# sarcastify-js A Javascript library to sarcastify text Ex. How are you today? => hOw ArE yOu ToDaY? ###Installation ``` $ npm install --save-dev sarcastify ``` ###Usage: ``` > var sarcastify = require('sarcastify'); > sarcastify('sarcastify-js revolutionizing the way we sarcastify text!') 'sArCaStIfY-Js rEvOlUtIoNiZiNg tHe wAy wE SaRcAsTiFy tExT!' ```