free-deepl

1.1.0 • Public • Published

Unofficial api for DeepL — free-deepl

This is a simple Node.js module that allows you to interact with the DeepL API for translation services.

Installation You can install the free-deepl package using npm:

npm install free-deepl

const deepljs = require("free-deepl");

(async () => {

let sourceLang = "en";
let targetLang = "ru";
let text = "Hello";

console.log(await deepljs(sourceLang, targetLang, text));

})();

Command Line Interface (CLI) You can also use free-deepl via the command line interface:

deepljs <sourceLang> <targetLang> <text>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    8
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    8
  • 1.0.0
    0

Package Sidebar

Install

npm i free-deepl

Weekly Downloads

8

Version

1.1.0

License

MIT

Unpacked Size

4.47 kB

Total Files

10

Last publish

Collaborators

  • zachey