Skip to content

nemo-js/greekToGreeklish.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

greekToGreeklish.js

greekToGreeklish is a utility module which converts Greek strings to Greeklish. Install it via npm install greekToGreeklish.

Quick Example

greekToGreeklish.convert('Καλημέρα κόσμε'); //returns "kalimera kosme"

You can also override the default behaviour by providing another parameter

greekToGreeklish.convert('Καλημέρα κόσμε', { 'σ': 'z' }); //returns "kalimera kozme"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published