{"id":20673174,"url":"https://github.com/javascipt/transfer","last_synced_at":"2025-07-11T12:03:15.974Z","repository":{"id":57379002,"uuid":"117168713","full_name":"Javascipt/transfer","owner":"Javascipt","description":"🌎 ⇆ 🖥️ Transfer http requests from public url to your localhost","archived":false,"fork":false,"pushed_at":"2018-01-29T20:25:29.000Z","size":32,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T12:05:31.515Z","etag":null,"topics":["local","localhost","protocol","transfer","transfer-requests","tunnel","tunneling","webhook"],"latest_commit_sha":null,"homepage":"http://transfer.pub","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/Javascipt.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}},"created_at":"2018-01-12T00:03:15.000Z","updated_at":"2024-10-27T14:51:03.000Z","dependencies_parsed_at":"2022-09-02T20:41:12.292Z","dependency_job_id":null,"html_url":"https://github.com/Javascipt/transfer","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Javascipt%2Ftransfer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Javascipt%2Ftransfer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Javascipt%2Ftransfer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Javascipt%2Ftransfer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Javascipt","download_url":"https://codeload.github.com/Javascipt/transfer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249774061,"owners_count":21323582,"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":["local","localhost","protocol","transfer","transfer-requests","tunnel","tunneling","webhook"],"created_at":"2024-11-16T20:40:23.026Z","updated_at":"2025-04-19T19:12:42.658Z","avatar_url":"https://github.com/Javascipt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Transfer requests from public url to your localhost!\n\n![Transfer](https://api.travis-ci.org/Javascipt/transfer.svg)\n\nIt's as simple as you may think:\n\n```javascript\n\nvar transfer = require('transfer');\n\ntransfer.to('http://localhost:8080')\n  .then(result =\u003e {\n    console.log(result); \n    /* { token      : '2kfqnpm', \n         url        : '2kfqnpm.transfer.pub', \n         pathUrl    : 'path.transfer.pub/2kfqnpm',\n         protocols  : ['http', 'https'] } */\n  });\n\n```\nNow all requests going to `http://2kfqnpm.transfer.pub` or `http://path.transfer.pub/2kfqnpm` are transferred to your localhost.\n\nIn order to stop listening for upcoming requests you can use `transfer.disconnect`:\n\n```javascript\n  transfer.to(8080) // Will transfer all requests to your port 8080\n    .then(console.log);\n  \n  transfer.disconnect();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavascipt%2Ftransfer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavascipt%2Ftransfer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavascipt%2Ftransfer/lists"}