An open API service indexing awesome lists of open source software.

https://github.com/humansinput/catlanguage-web

Web frontend to Cat Language Translator (for entertainment purposes only).
https://github.com/humansinput/catlanguage-web

cats meow tcl tcl-applications tcl-tk toolatra

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

= 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

The main website is http://meow.roveramd.com/catlanguage/home

== Running locally

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

[source,bash]
----
$ 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.