Some example nodejs for interacting with the Gengo API
npm i
Create your Gengo sandbox account https://developers.gengo.com/v2/first_steps/
Create a .env
with contents:
GENGO_PUBLIC_KEY=
GENGO_PRIVATE_KEY=
GENGO_IS_SANDBOX=true
You can now try npm start
and something might happen.