Skip to content

javascript client for the online translator at deepl.com/translate

License

Notifications You must be signed in to change notification settings

milahu/deepl-client-jsdom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deepl client jsdom

javascript client for the deepl online translator at deepl.com/translator

local install

git clone https://github.com/milahu/deepl-client-jsdom.git
cd deepl-client-jsdom
npm install

echo "hello world" | node deepl-cli.js en de
Hallo Welt

global install

npm install -g https://github.com/milahu/deepl-client-jsdom.git

echo "hello world" | deepl en de
Hallo Welt

similar projects