{"id":21043968,"url":"https://github.com/ribeirogab/free-translate","last_synced_at":"2025-07-31T10:07:06.865Z","repository":{"id":41196566,"uuid":"343030977","full_name":"ribeirogab/free-translate","owner":"ribeirogab","description":"🈂️ ⠀A free and unlimited translator for Node.js.","archived":false,"fork":false,"pushed_at":"2023-04-25T03:03:54.000Z","size":166,"stargazers_count":38,"open_issues_count":4,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T10:17:47.005Z","etag":null,"topics":["nodejs","translate","translation","translator"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/free-translate","language":"TypeScript","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/ribeirogab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2021-02-28T05:46:01.000Z","updated_at":"2025-02-10T23:08:26.000Z","dependencies_parsed_at":"2024-06-18T20:03:44.576Z","dependency_job_id":"77187e22-9873-442c-93dc-04427a9a4dd3","html_url":"https://github.com/ribeirogab/free-translate","commit_stats":{"total_commits":29,"total_committers":3,"mean_commits":9.666666666666666,"dds":0.3448275862068966,"last_synced_commit":"390946373bea0d46007b25e101b99796ceaec8b4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ribeirogab%2Ffree-translate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ribeirogab%2Ffree-translate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ribeirogab%2Ffree-translate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ribeirogab%2Ffree-translate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ribeirogab","download_url":"https://codeload.github.com/ribeirogab/free-translate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254285399,"owners_count":22045568,"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":["nodejs","translate","translation","translator"],"created_at":"2024-11-19T14:14:53.837Z","updated_at":"2025-05-15T17:32:18.941Z","avatar_url":"https://github.com/ribeirogab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\u003cimg src=\"https://i.ibb.co/WysD55S/free-translate.png\" alt=\"free translate\" width=\"250\"/\u003e\n\u003c/h1\u003e\n\n\n# A free and unlimited translator for Node.js\n\n\u003e 🈂️ ⠀free text translator for Node.js.\n\n## **Install**\n\nTo install free-translate, you can use NPM:\n\n```zsh\nnpm install free-translate\n```\n\n## **Quick examples**\n\n```js\nconst { translate } = require('free-translate');\n\n(async () =\u003e {\n  const translatedText = await translate('Hello World', { from: 'en', to: 'ja' });\n\n  console.log(translatedText); // こんにちは世界\n})();\n```\n\n### **Automatic language recognition**\n\nIf the language informed in the `from` is dynamic, just do not send it and the translator will automatically recognize it:\n\n```js\nconst { translate } = require('free-translate');\n\n(async () =\u003e {\n  const translatedText = await translate('This is cool!', { to: 'ja' });\n\n  console.log(translatedText); // これはカッコいい！\n})();\n```\n\n\n---\n\n## Support\n\nContact me!\n\n- E-mail \u003ca href=\"mailto:ribeirogabx@gmail.com\" target=\"_blank\"\u003e`ribeirogabx@gmail.com`\u003c/a\u003e\n\n---\n\n## License\n\n[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)\n\n- **[MIT license](http://opensource.org/licenses/mit-license.php)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fribeirogab%2Ffree-translate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fribeirogab%2Ffree-translate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fribeirogab%2Ffree-translate/lists"}