x4b1 / pig-translator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pig translator is a service to translate from english to Latin pig

Requierements

  • Docker

Usage

Just:

docker-compose up

And the service will start in port 8080

Then make a POST request with application/json header to http://localhost:8080 with the following structure:

{
    "lang": "pig",
    "text": "{what you want to translate}"
}

About


Languages

Language:Go 100.0%