{"id":16170448,"url":"https://github.com/corentinth/pc-remote-control","last_synced_at":"2025-04-07T07:29:16.464Z","repository":{"id":95926759,"uuid":"131289038","full_name":"CorentinTh/pc-remote-control","owner":"CorentinTh","description":"Shutdown, put in sleep mode or lock your computer remotely using your phone.","archived":false,"fork":false,"pushed_at":"2018-04-28T09:45:13.000Z","size":631,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T11:35:19.783Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/CorentinTh.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":"2018-04-27T11:42:18.000Z","updated_at":"2025-02-05T04:05:01.000Z","dependencies_parsed_at":"2023-04-22T16:45:58.631Z","dependency_job_id":null,"html_url":"https://github.com/CorentinTh/pc-remote-control","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorentinTh%2Fpc-remote-control","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorentinTh%2Fpc-remote-control/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorentinTh%2Fpc-remote-control/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorentinTh%2Fpc-remote-control/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CorentinTh","download_url":"https://codeload.github.com/CorentinTh/pc-remote-control/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247611186,"owners_count":20966490,"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":[],"created_at":"2024-10-10T03:18:49.830Z","updated_at":"2025-04-07T07:29:16.443Z","avatar_url":"https://github.com/CorentinTh.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/github/license/CorentinTh/pc-remote-control.svg)](https://github.com/CorentinTh/pc-remote-control/blob/master/LICENSE)\n\n# pc-remote-control\n\nSmall app allowing you to shutdown, put in sleep mode or lock your computer remotely using your phone.\n\n## How to use it?\n### Installation\n\nTo install this app, just `git clone` and `npm install` this repository:\n\n``` bash\ngit clone https://github.com/CorentinTh/pc-remote-control.git\ncd pc-remote-control\nnpm install\n```\n\n### Usage\n\nTo launch the app run:\n\n``` bash\nnpm start\n```\n\nThen, on your phone or tablet browse for `http://your-local-ip:3000`. You should have the following page:\n\n![remote-control](http://cdn.corentin-thomasset.fr/img-divers/remote-control/1.png)\n\nJust press a button and you will be asked for a password. By default the password is `azerty`, you can change it by modifying the first line of the `index.js` ([here](https://github.com/CorentinTh/pc-remote-control/blob/master/index.js#L4)).\n\n``` javascript\n// index.js\n\n// ...\n\n// Change the password here:\nconst password = 'azerty';\n\n// ...\n```\n\n![remote-control-password](http://cdn.corentin-thomasset.fr/img-divers/remote-control/2.png)\n\nYou may have the following user feedback:\n\n![remote-control-user-feedback](http://cdn.corentin-thomasset.fr/img-divers/remote-control/5.png)\n\n\n## Compatibility\n\nSince I created this application for my windows laptop, I did not test every platform. Feel free to contribute! Just complete the command lines [here](https://github.com/CorentinTh/pc-remote-control/blob/master/pc-controls.js#L10).\n\n|              |       **Windows**      |            **Linux**           |             **OSx**            |\n|:------------:|:----------------------:|:------------------------------:|:------------------------------:|\n| **Shutdown** | Implemented and tested | Implemented but **not** tested | Implemented but **not** tested |\n|   **Sleep**  | Implemented and tested | Implemented but **not** tested | Implemented but **not** tested |\n|   **Lock**   | Implemented and tested |        *Not implemented*       |        *Not implemented*       |\n|  **Logout**  | Implemented and tested |        *Not implemented*       |        *Not implemented*       |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorentinth%2Fpc-remote-control","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorentinth%2Fpc-remote-control","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorentinth%2Fpc-remote-control/lists"}