{"id":20727900,"url":"https://github.com/juanifioren/simpsonitos","last_synced_at":"2025-03-11T09:23:45.924Z","repository":{"id":31403306,"uuid":"34966559","full_name":"juanifioren/simpsonitos","owner":"juanifioren","description":"Juego de preguntas y respuestas acerca de Los Simpsons.","archived":false,"fork":false,"pushed_at":"2015-06-14T01:46:47.000Z","size":588,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T23:44:07.529Z","etag":null,"topics":["answers","game","game-engine","juego-trivia","preguntas","simpsons","web"],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juanifioren.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-02T23:15:59.000Z","updated_at":"2019-05-15T16:56:16.000Z","dependencies_parsed_at":"2022-08-29T07:13:22.436Z","dependency_job_id":null,"html_url":"https://github.com/juanifioren/simpsonitos","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/juanifioren%2Fsimpsonitos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanifioren%2Fsimpsonitos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanifioren%2Fsimpsonitos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanifioren%2Fsimpsonitos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juanifioren","download_url":"https://codeload.github.com/juanifioren/simpsonitos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243005313,"owners_count":20220459,"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":["answers","game","game-engine","juego-trivia","preguntas","simpsons","web"],"created_at":"2024-11-17T04:34:40.962Z","updated_at":"2025-03-11T09:23:45.898Z","avatar_url":"https://github.com/juanifioren.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg title=\"mcb-logo\" src=\"http://s11.postimg.org/dwjiobp4j/simpsonitos.gif\" width=\"800px\" alt=\"meteor-coffee-boilerplate logo\"/\u003e\r\n# Simpsonitos: Juego Trivia\r\n\r\nUn juego de tipo trivia, preguntas y respuestas acerca de Los Simpsons. Hecho completamente con [Meteor](http://meteor.com/).\r\n\r\n## Instalación\r\n\r\nNo se necesita ninguna otra dependencia, solo Meteor.\r\n\r\nAntes de correr el juego, necesitas crear una App en [Facebook Developers](https://developers.facebook.com/apps/). Luego agregar el **ID** y el **SECRET** al `settings.json`.\r\n\r\n```bash\r\n# Clonar el proyecto.\r\n$ git clone https://github.com/juanifioren/simpsonitos.git\r\n$ cd simpsonitos/\r\n\r\n# Cargar las preguntas.\r\n$ mongoimport --port 3001 --db meteor --collection questions \u003c ./questions.json\r\n\r\n# Correr el juego.\r\n$ meteor run --settings settings.json\r\n```\r\n\r\n## Preguntas y Respuestas\r\n\r\nSi bien no hay muchas preguntas (pueden repetirse a lo largo del juego), es fácil agregar más. Solo ten en cuenta el siguiente formato. Se agregan al archivo `questions.json`.\r\n\r\n```json\r\n{ \"_id\": \"\", \"difficulty\": 0, \"text\": \"\", \"answers\": [ { \"number\": 1, \"text\": \"\" }, { \"number\": 2, \"text\": \"\" }, { \"number\": 3, \"text\": \"\" }, { \"number\": 4, \"text\": \"\" } ], \"correctAnswer\": 1 }\r\n\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanifioren%2Fsimpsonitos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuanifioren%2Fsimpsonitos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanifioren%2Fsimpsonitos/lists"}