{"id":30343879,"url":"https://github.com/dbeley/multi-translate","last_synced_at":"2025-10-05T22:16:31.087Z","repository":{"id":307142540,"uuid":"1013923894","full_name":"dbeley/multi-translate","owner":"dbeley","description":"A simple website to translate text into several languages.","archived":false,"fork":false,"pushed_at":"2025-07-30T16:27:03.000Z","size":133,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-18T12:00:46.138Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://multi-translate.dbeley.ovh","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/dbeley.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,"zenodo":null}},"created_at":"2025-07-04T17:45:17.000Z","updated_at":"2025-07-30T16:27:07.000Z","dependencies_parsed_at":"2025-07-29T19:09:56.945Z","dependency_job_id":null,"html_url":"https://github.com/dbeley/multi-translate","commit_stats":null,"previous_names":["dbeley/multi-translate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dbeley/multi-translate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fmulti-translate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fmulti-translate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fmulti-translate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fmulti-translate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbeley","download_url":"https://codeload.github.com/dbeley/multi-translate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fmulti-translate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278528412,"owners_count":26001723,"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-10-05T02:00:06.059Z","response_time":54,"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":[],"created_at":"2025-08-18T11:52:05.949Z","updated_at":"2025-10-05T22:16:31.039Z","avatar_url":"https://github.com/dbeley.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multi Translate\n\nA simple client-side translation app built with Vue 3 and Tailwind CSS. It uses the [DeepL](https://www.deepl.com/) API for translations. Direct calls to\nDeepL from the browser are blocked by CORS, so a small Node.js proxy server is\nincluded. The source language is set to **Auto‑Detect** by default so you can\npaste any text without choosing a language first.\n\n![screenshot](imgs/screenshot.png)\n\n## Setup\n\n1. Create a `.env` file (or export variables in your shell) to provide your\n   DeepL API configuration:\n\n   ```bash\n   echo \"API_KEY=your_key\" \u003e .env\n   echo \"API_URL=https://api-free.deepl.com/v2\" \u003e\u003e .env\n   ```\n\n2. Install dependencies and start the server:\n   ```bash\n   npm install\n   npm start\n   ```\n   The server listens on port `3000` by default and forwards requests to DeepL.\n\n3. Open `http://localhost:3000` in your browser.\n\n## Security Notes\n\nThe `.env` file is ignored by git so that your API key stays out of version control. Keep the file private if you include sensitive credentials.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbeley%2Fmulti-translate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbeley%2Fmulti-translate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbeley%2Fmulti-translate/lists"}