1.0.7 • Published 3 years ago

deepl-web-translator v1.0.7

Weekly downloads
11
License
MIT
Repository
github
Last release
3 years ago

Free API translation using deepl web

Installation

npm i deepl-web-translator --save

API key

No key required

Supported languages

"English" "Chinese" "French" "German" "Spanish" "IPortugueseT" "Italian" "Dutch" "Polish" "Russian"

Usage

import Translation from "deepl-web-translator";


(async () => {
  const t = await new Translation(true, "English", "Chinese");
  let result = await t.translateData(t, ["hello world","hello world"]);
  console.log(result); // [ '你好,世界','你好,世界' ]

})();

License

MIT

1.0.7

3 years ago

1.0.6

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago