Skip to content

funkyminds/wth-pons-anki-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wth-pons-anki-app

This project is under heavy development.

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages