{"id":19987523,"url":"https://github.com/waithawoo/node-deepl-translate","last_synced_at":"2025-11-26T10:03:34.028Z","repository":{"id":176022045,"uuid":"654859225","full_name":"waithawoo/node-deepl-translate","owner":"waithawoo","description":"To translate languages with Deepl Translation API","archived":false,"fork":false,"pushed_at":"2023-06-17T07:30:13.000Z","size":3,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-18T01:29:44.017Z","etag":null,"topics":["api","deepl","deepl-translate","deepltranslate","translate","translate-api","translation","translation-api"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/waithawoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-06-17T06:43:33.000Z","updated_at":"2023-12-28T03:10:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d3654bc-4272-4b0e-93f6-d5969353257f","html_url":"https://github.com/waithawoo/node-deepl-translate","commit_stats":null,"previous_names":["waithawoo/node-deepl-translate"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/waithawoo/node-deepl-translate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waithawoo%2Fnode-deepl-translate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waithawoo%2Fnode-deepl-translate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waithawoo%2Fnode-deepl-translate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waithawoo%2Fnode-deepl-translate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waithawoo","download_url":"https://codeload.github.com/waithawoo/node-deepl-translate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waithawoo%2Fnode-deepl-translate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286079811,"owners_count":27282121,"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","status":"online","status_checked_at":"2025-11-26T02:00:06.075Z","response_time":193,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api","deepl","deepl-translate","deepltranslate","translate","translate-api","translation","translation-api"],"created_at":"2024-11-13T04:36:53.263Z","updated_at":"2025-11-26T10:03:34.009Z","avatar_url":"https://github.com/waithawoo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node Deepl API Translation\n\n## To translate languages with Deepl Translation API\n\n- **[Installation](#installation)**\n- **[Usage](#usage)**\n\n## Installation\nInstall this package via [npm](https://npmjs.com/).\n\n```\nnpm install deepltranslate\n```\n## Usage\n- import the package and create a new object by passing token \n```\nlet deeplApi = require(\"deepltranslate\")\n\nlet deeplTranslation = new deeplApi({token: 'this is token'})\n```\n- default hostname is 'api.deepl.com' and you can also pass hostname like this :\n```\nlet deeplTranslation = new deeplApi({token: 'this is token', hostname: 'this is hostname'})\n```\n### Translate\n```\ndeeplTranslation.translate(\"hello\", \"en\", \"ja\").then((res)=\u003e{\n    console.log(res);\n})\n```\n### Get supported languages\n```\ndeeplTranslation.getLanguages().then((res)=\u003e{\n    console.log(res);\n})\n```\n## Security\n\nIf you discover any security related issues, please email them to [waithawoocw@gmail.com](mailto:waithawoocw@gmail.com) instead of using the issue tracker.\n\n## License\n\nThe MIT License (MIT). Please see the [License File](LICENSE) for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaithawoo%2Fnode-deepl-translate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaithawoo%2Fnode-deepl-translate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaithawoo%2Fnode-deepl-translate/lists"}