{"id":13691397,"url":"https://github.com/IshaanOhri/Spreen","last_synced_at":"2025-05-02T15:31:57.115Z","repository":{"id":122264489,"uuid":"335564948","full_name":"IshaanOhri/Spreen","owner":"IshaanOhri","description":"Now use any device with a web browser as a second screen for your laptop or PC. No cables. No internet. No software installation. Just Spreen, that's it.","archived":false,"fork":false,"pushed_at":"2024-08-03T00:37:19.000Z","size":713,"stargazers_count":43,"open_issues_count":1,"forks_count":11,"subscribers_count":2,"default_branch":"simple","last_synced_at":"2024-11-12T17:46:36.949Z","etag":null,"topics":["nodejs","peerjs","screen-sharing","socket-io","webrtc"],"latest_commit_sha":null,"homepage":"https://ishaanohri.github.io/Spreen/","language":"HTML","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/IshaanOhri.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}},"created_at":"2021-02-03T09:03:06.000Z","updated_at":"2024-10-20T10:06:56.000Z","dependencies_parsed_at":"2024-11-12T17:33:10.166Z","dependency_job_id":"cde6dee2-aba2-4fcf-bf4c-b1b1c68b86b9","html_url":"https://github.com/IshaanOhri/Spreen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"IshaanOhri/TS-Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IshaanOhri%2FSpreen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IshaanOhri%2FSpreen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IshaanOhri%2FSpreen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IshaanOhri%2FSpreen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IshaanOhri","download_url":"https://codeload.github.com/IshaanOhri/Spreen/tar.gz/refs/heads/simple","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252062910,"owners_count":21688618,"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","peerjs","screen-sharing","socket-io","webrtc"],"created_at":"2024-08-02T17:00:44.480Z","updated_at":"2025-05-02T15:31:52.104Z","avatar_url":"https://github.com/IshaanOhri.png","language":"HTML","funding_links":[],"categories":["Projects"],"sub_categories":["Screen"],"readme":"\u003ccode\u003e\n  \u003ch1 align=\"center\"\u003eSpreen\u003c/h1\u003e\n  \u003ch3 align=\"center\"\u003eThe Screen Sharing App\u003c/h3\u003e\n\u003c/code\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/repo-size/IshaanOhri/Spreen?logo=github\" hspace=\"5\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/IshaanOhri/Spreen\" hspace=\"5\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/last-commit/IshaanOhri/Spreen?logo=git\"\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n  Now use any device with a web browser as a second screen for your laptop or PC. No cables. No internet. No software installation. Just Spreen, that's it.\n\u003c/p\u003e\n\n## Steps to start server\n\n#### 1. Clone repository\n\n```\ngit clone https://github.com/IshaanOhri/Spreen\n```\n\n#### 2. Start Spreen server\n\n- Install packages\n\n```\nnpm ci\n```\n\n- Start server:\n\n```\nnpm start\n```\n\n#### 3. Open browser:\n\n- Start screen share\n\n```\nhttp://localhost:3000\n```\n\n- View screen share\n\n```\nhttp://\u003cLOCAL_IP\u003e:3000/watch\n```\n\n## Contributing\n\nAny contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/NewFeature`)\n3. Commit your Changes (`git commit -m 'Add some NewFeature'`)\n4. Push to the Branch (`git push origin feature/NewFeature`)\n5. Open a Pull Request\n\n## License\n\nThe project is distributed under the MIT License. See [LICENSE](https://github.com/IshaanOhri/Spreen/blob/master/LICENSE) for more information.\n\n## Author\n\n- [Ishaan Ohri](https://github.com/IshaanOhri)\n\n## Tech Stacks / Tools used\n\n\u003cp\u003e\n  \u003cimg src=\"https://github.com/IshaanOhri/IshaanOhri/blob/master/assets/nodejs.png\" height=40 hspace=20\u003e\n  \u003cimg src=\"https://github.com/IshaanOhri/IshaanOhri/blob/master/assets/typescript.png\" height=40 hspace=20\u003e\n  \u003cimg src=\"https://github.com/IshaanOhri/IshaanOhri/blob/master/assets/webrtc.png\" height=40 hspace=20\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.linkedin.com/in/ishaanohri/\"\u003e\n    \u003cimg src=\"https://github.com/IshaanOhri/IshaanOhri/blob/master/assets/linkedin.png\" width=\"30\" height=\"30\" hspace=\"20\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"mailto:ishaan99ohri@gmail.com\"\u003e\n    \u003cimg src=\"https://github.com/IshaanOhri/IshaanOhri/blob/master/assets/mail.png\" width=\"30\" height=\"30\" hspace=\"20\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://stackoverflow.com/users/11712463/ishaan-ohri\"\u003e\n    \u003cimg src=\"https://github.com/IshaanOhri/IshaanOhri/blob/master/assets/stackoverflow.png\" width=\"30\" height=\"30\" hspace=\"20\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://www.instagram.com/ohri_8/\"\u003e\n    \u003cimg src=\"https://github.com/IshaanOhri/IshaanOhri/blob/master/assets/instagram.png\" width=\"30\" height=\"30\" hspace=\"20\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/IshaanOhri\"\u003e\n    \u003cimg src=\"https://github.com/IshaanOhri/IshaanOhri/blob/master/assets/github.png\" width=\"30\" height=\"30\" hspace=\"20\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIshaanOhri%2FSpreen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIshaanOhri%2FSpreen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIshaanOhri%2FSpreen/lists"}