{"id":18513735,"url":"https://github.com/harrybanda/group-points","last_synced_at":"2025-04-09T06:33:47.661Z","repository":{"id":94254377,"uuid":"138642212","full_name":"harrybanda/group-points","owner":"harrybanda","description":" A web application that helps to boost community engagement in Facebook groups with gamification, by rewarding members with points for contributing.","archived":false,"fork":false,"pushed_at":"2018-07-14T11:44:47.000Z","size":206,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-31T18:56:17.713Z","etag":null,"topics":["facebook-login","firebase-auth","firebase-database","gamification","graph-api","react","react-router-v4"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/harrybanda.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-25T19:45:38.000Z","updated_at":"2021-03-25T00:17:21.000Z","dependencies_parsed_at":"2023-08-07T16:48:52.297Z","dependency_job_id":null,"html_url":"https://github.com/harrybanda/group-points","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/harrybanda%2Fgroup-points","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrybanda%2Fgroup-points/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrybanda%2Fgroup-points/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrybanda%2Fgroup-points/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harrybanda","download_url":"https://codeload.github.com/harrybanda/group-points/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247993483,"owners_count":21030041,"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":["facebook-login","firebase-auth","firebase-database","gamification","graph-api","react","react-router-v4"],"created_at":"2024-11-06T15:40:26.431Z","updated_at":"2025-04-09T06:33:47.646Z","avatar_url":"https://github.com/harrybanda.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Group Points\nA web application that helps to boost community engagement in Facebook groups with gamification, by rewarding members with points for contributing.\n\n# Requirements\n- Firebase auth\n- Firebase database\n- axios\n- bulma\n- moment\n- react-copy-to-clipboard\n- react-lines-ellipsis\n- react-router-dom\n- react-spinners\n- react-toastify\n- fontawesome.\n\nthis is the firebase database structure :\n\n```json\n\n{\n  \"groups\" : {\n    \"group-id\" : {\n      \"createdAt\" : timestamp,\n      \"members\" : {\n        \"member-id\" : {\n          \"admin\" : true\n        },\n        \"member-id\" : {\n          \"admin\" : false,\n          \"points\" : 0\n        },\n  },\n  \"members\" : {\n    \"member-id\" : {\n      \"email\" : \"example@gmail.com\",\n      \"groups\" : {\n        \"group-id\" : {\n          \"admin\" : true\n        },\n        \"group-id\" : {\n          \"admin\" : false,\n          \"points\" : 0\n        }\n      },\n      \"photo\" : \"https://graph.facebook.com/xxxxxxxxxxx/picture\",\n      \"username\" : \"FIRST LAST\"\n    },\n  },\n  \"posts\" : {\n    \"group-id\" : {\n      \"member-id\" : {\n        \"post-id\" : {\n          \"createdAt\" : timestamp,\n          \"link\" : \"https://www.facebook.com/groups/xxxxxxxx/permalink/xxxxxxxxxx/\",\n          \"points\" : 0\n        }\n      },\n    }\n  }\n}\n\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharrybanda%2Fgroup-points","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharrybanda%2Fgroup-points","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharrybanda%2Fgroup-points/lists"}