Tỏadūa is the/an online collaborative dictionary for the Toaq constructed language. It is also currently being remodelled to suit general usage. You can visit the current instance at https://uakci.pl/toadua/.
You can also use the public API exposed at https://uakci.pl/toadua/api (read the docs, too).
Please note: Currently in the process of cleaning up, removing the unprofessional bits, and other groundbreaking changes. Please take the information below with a pinch of salt. Sorry.
Run npm install
in the cloned repository to get the dependencies,
and then ./core/server.js
to start the service up. You will need a
modern version of node (>=11
).
Please note that the server is set up to run on port 29138 (by default) and serve HTTP; however, you’re not supposed to expose the HTTP website, but rather embed it in some other webserver of your choice which supports HTTPS (and tunnelling). I have rewriting the code for out-of-the-box HTTPS-ness on my to-do list.