Support repository for medium article
In order to run the code
- install dependencies with
npm i
- generate the token with
gcloud auth application-default print-access-token
- create enviromental variable
export GKEY=XXX
whereXXX
is the token - run the code
node index.js
You can use optiona parameters eg
node index.js ./translate_pl.json de
which translates terms from ./translate_pl.json
into german language.