AlreadyAsleep / sarcastify-js

A Javascript library to sarcastify text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!'

About

A Javascript library to sarcastify text

License:MIT License


Languages

Language:JavaScript 100.0%