{"id":19835808,"url":"https://github.com/zachey01/deepljs","last_synced_at":"2025-05-01T17:34:10.817Z","repository":{"id":227661577,"uuid":"772036104","full_name":"zachey01/deepljs","owner":"zachey01","description":"💬 Unofficial DeepL API (without apikey)","archived":false,"fork":false,"pushed_at":"2024-10-25T10:32:45.000Z","size":911,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-29T09:06:26.150Z","etag":null,"topics":["cli","deepl","deepl-api","deepl-translation-api","free-deepl"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/free-deepl","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zachey01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://me.spafe.ru/donate"]}},"created_at":"2024-03-14T12:16:16.000Z","updated_at":"2024-10-25T10:32:43.000Z","dependencies_parsed_at":"2024-04-19T12:34:09.549Z","dependency_job_id":"797d5a67-f53f-4feb-81af-522a8e466e26","html_url":"https://github.com/zachey01/deepljs","commit_stats":null,"previous_names":["zachey01/deepljs"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachey01%2Fdeepljs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachey01%2Fdeepljs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachey01%2Fdeepljs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachey01%2Fdeepljs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zachey01","download_url":"https://codeload.github.com/zachey01/deepljs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224270144,"owners_count":17283649,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","deepl","deepl-api","deepl-translation-api","free-deepl"],"created_at":"2024-11-12T12:09:19.219Z","updated_at":"2024-11-12T12:09:19.694Z","avatar_url":"https://github.com/zachey01.png","language":"JavaScript","funding_links":["https://me.spafe.ru/donate"],"categories":[],"sub_categories":[],"readme":"# Unofficial api for DeepL — free-deepl\n\nThis is a simple Node.js module that allows you to interact with the DeepL API for translation services.\n\nInstallation\nYou can install the free-deepl package using npm:\n\n```shell\nnpm install free-deepl\n```\n\n```js\nconst deepljs = require(\"free-deepl\");\n\n(async () =\u003e {\n  let sourceLang = \"en\";\n  let targetLang = \"ru\";\n  let text = \"Hello\";\n\n  console.log(await deepljs(sourceLang, targetLang, text));\n})();\n```\n\nCommand Line Interface (CLI)\nYou can also use free-deepl via the command line interface:\n\n```shell\ndeepljs \u003csourceLang\u003e \u003ctargetLang\u003e \u003ctext\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachey01%2Fdeepljs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzachey01%2Fdeepljs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachey01%2Fdeepljs/lists"}