1.0.0 • Published 3 years ago

cockneyslangit v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

CockneySlangIt

Do you speak British?

This utility replaces English words with their cockney rhyming slang counterparts.

Usage

To get started, please install this package;

npm install cockneyslangit

Next you can use it as follows;

const { cockney } = requre('cockneyslangit');

Example;

//input
cockney("I am married.")

//becomes
"I am cut and carried."
1.0.0

3 years ago