Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 755 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 755 Bytes

Your Japanese Vocab in Anki

This script will turn a Japanese vocab list into an Anki-importable text file.

Requirements

You'll need node.js.

Vocab List Format

Your word list must be in this format in a file called wordlist.txt:

oboeru - to memorize | to learn / to pick up
gengo - language

Code Example

node index.js is all you need to get the script running.

It will fetch word data from Jisho and audio data from JapanesePod101. Audio data will be stored in collection.media/. These audio files must be merged in with your Anki media folder. Instructions for that are here.