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).
- Host: GitHub
- URL: https://github.com/humansinput/catlanguage-web
- Owner: humansinput
- Created: 2019-10-13T16:23:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T22:01:19.000Z (over 6 years ago)
- Last Synced: 2025-05-18T19:24:43.934Z (about 1 year ago)
- Topics: cats, meow, tcl, tcl-applications, tcl-tk, toolatra
- Language: HTML
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
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.