module
0.0.0-20241205094117-bfa600cae827
Repository: https://github.com/lesserfish/goame.git
Documentation: pkg.go.dev
# README
AmeKanji
AmeKanji is a web service and Firefox extension for tracking Japanese vocabulary from Jisho and automatically creating Anki cards.
You can access it by visiting AmeKanji.com
Usage
- Go to the AmeKanji website.
- Enter your Japanese vocabulary. AmeKanji will auto-select the kana reading, which you can adjust if needed.
- Click on the arrow to generate your cards.
AmeKanji will provide:
- An .apkg file with all your Anki cards (Japanese → English, English → Japanese, Kanji → Meaning).
- An anki_deck.txt file for manual Anki import.
- A Media/ directory with audio and kanji stroke GIFs.
Simply import the .apkg file to Anki and begin your studies:
Extension
You can also download an extension.
This extension will add an "Add to memory" button to all Jisho entries:
Access your stored vocabulary by clicking the extension icon:
Download your data directly from the extension!
GoAme
GoAme includes a standalone software. The web-app had its backend written in GoLang, powered by RabbitMQ, with a frontend built in Svelte.