{"id":28270828,"url":"https://github.com/theholyonez/launcher","last_synced_at":"2026-01-26T23:40:22.090Z","repository":{"id":270958781,"uuid":"911968853","full_name":"TheHolyOneZ/Launcher","owner":"TheHolyOneZ","description":"A launcher that can be used for LAN parties, private use, or small groups (mainly designed for private use because I was bored)","archived":false,"fork":false,"pushed_at":"2025-01-08T11:40:03.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T03:41:57.048Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheHolyOneZ.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,"zenodo":null}},"created_at":"2025-01-04T10:38:33.000Z","updated_at":"2025-01-08T11:40:06.000Z","dependencies_parsed_at":"2025-06-17T03:31:41.019Z","dependency_job_id":"a89edd63-b1b4-4b33-9483-bf183386cd4b","html_url":"https://github.com/TheHolyOneZ/Launcher","commit_stats":null,"previous_names":["theholyonez/launcher"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/TheHolyOneZ/Launcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheHolyOneZ%2FLauncher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheHolyOneZ%2FLauncher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheHolyOneZ%2FLauncher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheHolyOneZ%2FLauncher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheHolyOneZ","download_url":"https://codeload.github.com/TheHolyOneZ/Launcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheHolyOneZ%2FLauncher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28791272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-05-20T17:20:51.914Z","updated_at":"2026-01-26T23:40:22.073Z","avatar_url":"https://github.com/TheHolyOneZ.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Launcher\nA launcher that can be used for LAN parties, private use, or small groups (mainly designed for private use because I was bored)\n\n# Setting Up Your Node.js Project\n\nThis guide explains how to set up a Node.js project in the folder where `app.js` is located. It includes instructions to install dependencies and initialize the required files.\n\n---\n\n## Prerequisites\n\n1. **Download and Install Node.js**:\n   - Download Node.js from the [official website](https://nodejs.org/).\n   - Install it on your system. (Make sure `node` and `npm` are added to your system's PATH.)\n\n2. **Verify Installation**:\n   - Open a terminal and run the following commands to check your installation:\n     ```bash\n     node -v\n     npm -v\n     ```\n   - These commands should display the installed versions of Node.js and npm.\n\n---\n\n## Setting Up the Project\n\n1. **Navigate to Your Project Folder**:\n   - Open a terminal and navigate to the folder containing `app.js`:\n     ```bash\n     cd path/to/project\n     ```\n\n2. **Initialize the Project**:\n   - Create a `package.json` file by running:\n     ```bash\n     npm init -y\n     ```\n   - This will generate a `package.json` file with default configurations.\n\n3. **Install Dependencies**:\n   - Install the `open` package (required by `app.js`):\n     ```bash\n     npm install open\n\n     npm install express\n     ```\n   - This will create:\n     - A `node_modules` folder (containing the installed packages)\n     - A `package-lock.json` file (for dependency tracking)\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheholyonez%2Flauncher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheholyonez%2Flauncher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheholyonez%2Flauncher/lists"}