{"id":16129218,"url":"https://github.com/haxzie-xx/slidex","last_synced_at":"2025-03-18T14:30:36.637Z","repository":{"id":121696755,"uuid":"136487979","full_name":"haxzie-xx/slidex","owner":"haxzie-xx","description":"A web remote controller from any of your device on a network to control presentations.","archived":false,"fork":false,"pushed_at":"2018-08-31T18:21:15.000Z","size":242,"stargazers_count":6,"open_issues_count":3,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T10:03:12.522Z","etag":null,"topics":["controller","express","hacktoberfest","hacktoberfest2018","ppt","qrcode","slides","wifi"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/slidex","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/haxzie-xx.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-06-07T14:19:13.000Z","updated_at":"2019-06-17T01:57:16.000Z","dependencies_parsed_at":"2024-06-06T03:50:15.032Z","dependency_job_id":null,"html_url":"https://github.com/haxzie-xx/slidex","commit_stats":{"total_commits":30,"total_committers":2,"mean_commits":15.0,"dds":0.09999999999999998,"last_synced_commit":"a9dc7b21ba82a77375558c4263eda4108a71b6b5"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haxzie-xx%2Fslidex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haxzie-xx%2Fslidex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haxzie-xx%2Fslidex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haxzie-xx%2Fslidex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haxzie-xx","download_url":"https://codeload.github.com/haxzie-xx/slidex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243933378,"owners_count":20370989,"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":["controller","express","hacktoberfest","hacktoberfest2018","ppt","qrcode","slides","wifi"],"created_at":"2024-10-09T22:09:34.996Z","updated_at":"2025-03-18T14:30:36.627Z","avatar_url":"https://github.com/haxzie-xx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# slide-express\nExpress app to control slides over wifi from a remote device. \n\n## Installation\nInstall globally using npm\n```\n$ npm install -g slidex\n```\n\n### usage\n```shell\n$ slidex\n# runs on default port 8080\n```\n```shell\n$ slidex 8989\n# to run on port 8989\n```\n\n_By default the app will take 8080 as the port. You can choose any port between 1024 - 65535._  \n\nVisit the URL printed on the terminal or use the QR code to access the WebApp. Add the webApp to home screen from your browser to use it as a PWA. *Note a PWA generated in a network will be functional only for that network. If you change the network or the IP of the host gets changed, you might need to redo the above steps.\n\n### OR\n\n- Clone the repository\n```\n$ git clone https://github.com/haxzie/slidex.git\n```\n- cd into the repository and install dependencies\n```\n$ cd slidex\n$ npm install\n```\n- run the server\n```\n$ npm start\n```\n  \n## Setting up for development\n- Clone the repository\n```\n$ git clone https://github.com/haxzie/slidex.git\n```\n- cd into the repository and install dependencies\n```\n$ cd slide-express\n$ npm install\n```\n- run the development server\n```\n$ npm run dev\n```\n# Contributing\nPull requests are welcomed, Please address your PR for any of the issue labled as `help wanted`, or `good first issue`. If you'd like to add features please raise an issue and confirm it with the maintainers.\n\n### Instructions\n- Fork the repository to your account.\n- Copy the clone url of your repository.\n- Clone the repository to your machine `git clone https://github.com/YOUR_USER_NAME/slidex.git`\n- Make sure you create a branch with the name as the issue you are working on `git checkout -b YOUR_BRANCH_NAME`, and make sure you are working on the same branch and not the `master`, run `git status` to know which branch you are working on, run `git branch`, your branch will be highlighted with an `*`. If you are not in your branch or want to move to another branch use `git checkout BRANCH_NAME`. \na good branch name should explain what this branch is about or what you are working on eg. `improved_connection`, `css_animations` etc.\n- Add the upstream url of original repository, follow the instructions [here](https://help.github.com/articles/configuring-a-remote-for-a-fork/)\n- Make sure your repository is in sync with the original repository's master branch. Follow the instruction [here](https://help.github.com/articles/syncing-a-fork/) to know how to keep your local repository in sync.\n- Finally when you have made the changes, submit a pull request through github from the original repository, choose your branch against the master of original or create a new branch.\n\n# Dependencies\nFor more info on the dependencies used, visit their official pages linked below\n- [Express](https://github.com/expressjs/express)\n- [node-key-sender](https://github.com/garimpeiro-it/node-key-sender)\n- [ip](https://github.com/indutny/node-ip)\n- [qrcode-terminal](https://github.com/gtanner/qrcode-terminal)\n- [socket.io](https://soket.io)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaxzie-xx%2Fslidex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaxzie-xx%2Fslidex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaxzie-xx%2Fslidex/lists"}