A command line util to translate from English to Spanish using google translate
- Install node & npm:
brew install node
- Install optimist:
npm -g install optimist
- Install google-translate-api
npm -g install google-translate-api
node translate.js this is an example
With an alias:
alias translate="node translate.js"
translate this is an example
Realtime translate