{"id":27938737,"url":"https://github.com/cybersecsi/cybertrivia","last_synced_at":"2026-02-07T07:04:48.737Z","repository":{"id":273885332,"uuid":"655592814","full_name":"cybersecsi/cybertrivia","owner":"cybersecsi","description":"Easily create a trivia board game from a generic YAML file.","archived":false,"fork":false,"pushed_at":"2025-01-23T14:23:50.000Z","size":238,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-07T08:57:26.641Z","etag":null,"topics":["cybersecurity","game","trivia"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/cybersecsi.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":"2023-06-19T08:03:41.000Z","updated_at":"2025-01-23T14:23:54.000Z","dependencies_parsed_at":"2025-01-23T15:39:08.561Z","dependency_job_id":null,"html_url":"https://github.com/cybersecsi/cybertrivia","commit_stats":null,"previous_names":["cybersecsi/cybertrivia"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cybersecsi/cybertrivia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecsi%2Fcybertrivia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecsi%2Fcybertrivia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecsi%2Fcybertrivia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecsi%2Fcybertrivia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cybersecsi","download_url":"https://codeload.github.com/cybersecsi/cybertrivia/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecsi%2Fcybertrivia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29188322,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T05:07:31.176Z","status":"ssl_error","status_checked_at":"2026-02-07T05:06:15.227Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["cybersecurity","game","trivia"],"created_at":"2025-05-07T08:57:23.771Z","updated_at":"2026-02-07T07:04:48.709Z","avatar_url":"https://github.com/cybersecsi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/cybersecsi/cybertrivia/main/logo.png\" alt= \"CyberTrivia\" width=\"200px\"\u003e\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    \u003cb\u003eCyberTrivia\u003c/b\u003e\n\u003cp\u003e\n\n_CyberTrivia_ is a simple _React_ application to create a **trivia board game** from a generic _YAML_ file with the:\n\n- questions\n- answers\n- points\n\n\u003c!-- omit in toc --\u003e\n\n## 📋 Table of Contents\n\n- [📋 Table of Contents](#-table-of-contents)\n- [⚡ YAML structure](#-yaml-structure)\n- [ℹ️ Usage](#ℹ️-usage)\n  - [🔌 Creating a Trivia Game](#-creating-a-trivia-game)\n- [🚧 Contributing](#-contributing)\n- [📚 Credits](#-credits)\n- [🪪 License](#-license)\n\n## ⚡ YAML structure\n\nThe YAML file must have the following structure:\n\n```yaml\n\u003cCategory\u003e:\n  - question:\n      - \u003cQuestion 1\u003e\n      - \u003cOption 1\u003e\n      - \u003cOption 2\u003e\n      - ...\n    answers:\n      - \u003cAnswer 1\u003e\n      - \u003cAnswer 2\u003e\n      - ...\n    points: \u003cPoints\u003e\n\n\u003cCategory\u003e:\n  - question:\n      - \u003cQuestion 2\u003e\n      - \u003cOption 1\u003e\n      - \u003cOption 2\u003e\n      - ...\n    answers:\n      - \u003cAnswer 1\u003e\n      - \u003cAnswer 2\u003e\n      - ...\n    points: \u003cPoints\u003e\n```\n\nHere is a description of these fields:\n\n- **Category**: Represents the category of the trivia questions.\n- **Question**: The trivia question itself.\n- **Option**: Multiple options for the question (if applicable, leave blank otherwise).\n- **Answer**: The correct answer(s) for the question.\n- **Points**: The number of points awarded for answering the question correctly.\n\n## ℹ️ Usage\n\nTo use the \"Cyber Trivia\" application:\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/cybersecsi/cybertrivia.git\n```\n\n2. Install the necessary dependencies:\n\n```bash\nyarn install\n```\n\n3. Start the application:\n\n```bash\nyarn dev\n```\n\n4. Access the application in your web browser at http://localhost:5173\n\n### 🔌 Creating a Trivia Game\n\n1. Prepare a YAML file following the structure mentioned above.\n2. In the application, click on the \"Nuova Partita\" button.\n3. Drag \u0026 Drop the YAML file.\n4. Enjoy the game!\n\n## 🚧 Contributing\n\nContributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.\nWhen contributing to this repository, please follow the existing code style, conventions, and Git workflow.\n\n## 📚 Credits\n\nDeveloped by Angelo Delicato [@SecSI](https://secsi.io)\n\n## 🪪 License\n\nThis project is licensed under the [MIT License](https://github.com/cybersecsi/cybertrivia/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecsi%2Fcybertrivia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybersecsi%2Fcybertrivia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecsi%2Fcybertrivia/lists"}