Skip to content

jinjun1994/deepl-web-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

deepl-web-translator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published