Skip to content

A simple express.js api that transforms greeklish to greek via URL Parameters.

License

Notifications You must be signed in to change notification settings

theoklitosBam7/express-greeklish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-greeklish

A simple express.js api that transforms greeklish to greek via URL Parameters. It also performs spell check where it is possible.

GET http://localhost:7070/api/greeklish?text=Euhxo: auto pou akougetai wraia.
GET http://localhost:7070/api/greeklish?text=Euhxo: autw pou akougetai wrea.
{
    "greek": "Εύηχο: αυτό που ακούγεται ωραία."
}

Usage

  • git clone https://github.com/theoklitosBam7/express-greeklish.git
  • cd express-greeklish
  • npm install
  • npm start

About

A simple express.js api that transforms greeklish to greek via URL Parameters.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published