This is a full application that integrates:
- pons.eu as a translation service
- anki as a flashcard/repository service
- wth-core to source pons.eu definitions into anki
Configurable via a zio-config.
Configuration file template:
{
words_path: "path to file with phrases to be queried",
anki: {
deck_name: "name::of::anki::deck::to:be::populated"
},
pons: {
source: "en",
target: "es",
secret: "access token from pons.eu"
}
}
Run:
-Dconfig.file=/path/to/configuration/file.above
Note: Run Anki with anki-connect add-on before running the wth application.
More to come.