{"id":16688203,"url":"https://github.com/fcsonline/react-transmission","last_synced_at":"2025-10-03T14:05:58.543Z","repository":{"id":66722508,"uuid":"73082349","full_name":"fcsonline/react-transmission","owner":"fcsonline","description":"React Transmission is an ongoing reimplementation of Transmission web interface.","archived":false,"fork":false,"pushed_at":"2017-09-30T12:54:35.000Z","size":1401,"stargazers_count":133,"open_issues_count":9,"forks_count":13,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-09-03T15:49:30.062Z","etag":null,"topics":["mobx","react","torrent","torrent-client","transmission"],"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/fcsonline.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}},"created_at":"2016-11-07T13:45:33.000Z","updated_at":"2025-06-19T16:18:24.000Z","dependencies_parsed_at":"2023-03-09T21:15:18.067Z","dependency_job_id":null,"html_url":"https://github.com/fcsonline/react-transmission","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fcsonline/react-transmission","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcsonline%2Freact-transmission","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcsonline%2Freact-transmission/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcsonline%2Freact-transmission/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcsonline%2Freact-transmission/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fcsonline","download_url":"https://codeload.github.com/fcsonline/react-transmission/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcsonline%2Freact-transmission/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278173367,"owners_count":25942293,"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-03T02:00:06.070Z","response_time":53,"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":["mobx","react","torrent","torrent-client","transmission"],"created_at":"2024-10-12T15:27:14.755Z","updated_at":"2025-10-03T14:05:58.516Z","avatar_url":"https://github.com/fcsonline.png","language":"JavaScript","funding_links":[],"categories":["Awesome MobX"],"sub_categories":["Examples"],"readme":"# react-transmission\n\n## Introduction\n\nReact Transmission is an ongoing reimplementation of [Transmission](https://transmissionbt.com) web interface.\n\n![react-transmission](https://cloud.githubusercontent.com/assets/135988/20881507/fe5e60b8-badc-11e6-91b0-8bbe6636056d.png)\n\nYou can find the original web interface source code [here](https://github.com/transmission/transmission/blob/master/web/)\n\nThe official [Transmission repository](https://github.com/transmission/transmission)\n\n## Goals\n\n- **Bump technology used:** More modern frameworks and technologies for a better modularization, performance and correctness.\n- **Accelerate development:** With the new set of technologies and components available in this project, new features are easier to implement.\n- **Javascript best practices:** Better source modularization, more documentation, source linting and many other improvements.\n- **More reliable \u0026 accurate behaviour:** Guarantee always that the interface reacts as expected and doesn't face UI race conditions.\n- **Tested:** A set of tests to guarantee the everything works as expected.\n- **Internationalization:** to be able to translate the interface easialy to other languages.\n\n## Roadmap\n\n- First stage: achieve 100% feature parity with the original web interface.\n- Second stage: present this project to the main [Transmission](https://transmissionbt.com) development team to be evaluated\n- Third stage: merge this project to the [Transmission repository](https://github.com/transmission/transmission)\n- Fourth stage: improve the user interface with new features, more tests, add new languages, etc.\n\n## Technology\n\n- [Webpack](https://webpack.github.io/)\n- [React](https://facebook.github.io/react/)\n- [Mobx](https://mobxjs.github.io/mobx/)\n- [CSS modules](https://github.com/css-modules/css-modules)\n\n## Requirements\n\n- Node 4.5\n- Yarn 0.19\n\n## Installation\n\nIf you want to test this project without dealing with all the Node.js stuff, you can download the lastest release from here:\n\nhttps://github.com/fcsonline/react-transmission/releases\n\nDecompress it with:\n\n```\nunzip react-transmission-X.X.X.zip\n```\n\nThen, set this environment variable in your `.bashrc`\n\n```bash\nexport TRANSMISSION_WEB_HOME=\u003cpath to react-transmission\u003e\n```\n\nAnd start your Transmission instance. If everything gone well, your\n`react-transmission` instance should be like the previous one but you can\ndifferenciate because the background is a bit light yellow.\n\nHappy testing!\n\n## Developement environment\n\nTo be able to build this project, execute:\n\n```bash\ngit clone https://github.com/fcsonline/react-transmission\ncd react-transmission\nyarn install\nyarn start\n```\n\nOpen Transmission daemon and then enable the web interface from the Settings window.\n\nCheck this new interface out going to: `http://localhost:3000`\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcsonline%2Freact-transmission","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffcsonline%2Freact-transmission","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcsonline%2Freact-transmission/lists"}