{"id":22912091,"url":"https://github.com/alexbsoft/redirector","last_synced_at":"2026-05-05T19:34:05.563Z","repository":{"id":265212539,"uuid":"895468725","full_name":"AlexBSoft/redirector","owner":"AlexBSoft","description":"simple Node.js application written in TypeScript that redirects incoming requests to a predefined URL, preserving all query parameters.","archived":false,"fork":false,"pushed_at":"2024-11-28T09:18:46.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T13:51:27.458Z","etag":null,"topics":["express","nodejs","redirect","typescript"],"latest_commit_sha":null,"homepage":"","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/AlexBSoft.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":"2024-11-28T09:12:41.000Z","updated_at":"2024-11-28T09:35:00.000Z","dependencies_parsed_at":"2024-11-28T10:34:55.878Z","dependency_job_id":null,"html_url":"https://github.com/AlexBSoft/redirector","commit_stats":null,"previous_names":["alexbsoft/redirector"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlexBSoft/redirector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexBSoft%2Fredirector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexBSoft%2Fredirector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexBSoft%2Fredirector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexBSoft%2Fredirector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexBSoft","download_url":"https://codeload.github.com/AlexBSoft/redirector/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexBSoft%2Fredirector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32665101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["express","nodejs","redirect","typescript"],"created_at":"2024-12-14T04:19:48.990Z","updated_at":"2026-05-05T19:34:05.547Z","avatar_url":"https://github.com/AlexBSoft.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redirector\n\nRedirector is a simple Node.js application written in TypeScript that redirects incoming requests to a predefined URL, preserving all query parameters.\n\n## Features\n\n- Redirects all requests to a specified URL.\n- Preserves query parameters during the redirect.\n- Configurable with environment variables.\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org/) (Version 12 or higher)\n- [npm](https://www.npmjs.com/) (Node package manager)\n\n## Installation\n\nClone the repository or download the files.\n\n```bash\ngit clone \u003crepository_url\u003e\ncd redirector\n```\n\nInstall the required dependencies:\n\n```bash\nnpm install\n```\n\nSet the `REDIRECT_URL` environment variable to the URL you want to redirect to\n\n## Usage\n\nRun the application with:\n\n```bash\nnpm start\n```\n\nThe app will start serving on http://localhost:8080.\n\n## Example\n\nIf you access the following URL in your browser:\n\nhttp://localhost:8080/?state=test\u0026code=123\n\nIt will redirect you to:\n\nhttp://localhost:3000/auth/login?state=test\u0026code=123","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexbsoft%2Fredirector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexbsoft%2Fredirector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexbsoft%2Fredirector/lists"}