A cli to practice vocabulary of a language
vocabulary-trainer
- take example.csv file and add your vocabulary
- place it in the languages folder with the name new language-known language.csv (sp-en.csv)
- activate text to speech api in google cloud dashboard and create a service account
- add service account key to PATH
export GOOGLE_APPLICATION_CREDENTIALS="[PATH]"
- cd into this project and run
npm link