tenfensw / catlanguage-web

Web frontend to Cat Language Translator (for entertainment purposes only).

Repository from Github https://github.comtenfensw/catlanguage-webRepository from Github https://github.comtenfensw/catlanguage-web

Cat Language Translator (web UI)

This is a small web service written in Tcl and Toolatra that translates English text to Cat Language and vice versa. It uses the catlanguage library that I’ve posted earlier on my second GitHub account: http://github.com/RoverAMD/catlanguage-web

Running locally

You’ll need cURL and ActiveTcl 8.6 to run locally.

$ curl -o toolatra_http.tcl https://raw.githubusercontent.com/timkoi/toolatra/master/toolatra_http.tcl
$ curl -o toolatra_templates.tcl https://raw.githubusercontent.com/timkoi/toolatra/master/toolatra_templates.tcl
$ tclsh app.tcl

This will serve the app at http://localhost:5053.

License

As always, MIT License.

About

Web frontend to Cat Language Translator (for entertainment purposes only).


Languages

Language:HTML 67.3%Language:Tcl 19.1%Language:JavaScript 13.6%