{"id":15664047,"url":"https://github.com/healeycodes/among-us-friends","last_synced_at":"2025-05-06T18:48:49.584Z","repository":{"id":48782655,"uuid":"310852783","full_name":"healeycodes/among-us-friends","owner":"healeycodes","description":"🎮 An ELO and player tracking system for the game Among Us","archived":false,"fork":false,"pushed_at":"2022-12-28T12:52:03.000Z","size":1185,"stargazers_count":17,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-31T01:51:18.349Z","etag":null,"topics":["among-us","among-us-player-data","elo","express","netlify-functions"],"latest_commit_sha":null,"homepage":"","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/healeycodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-07T13:38:06.000Z","updated_at":"2023-09-08T18:14:35.000Z","dependencies_parsed_at":"2023-01-31T06:31:04.514Z","dependency_job_id":null,"html_url":"https://github.com/healeycodes/among-us-friends","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/healeycodes%2Famong-us-friends","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/healeycodes%2Famong-us-friends/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/healeycodes%2Famong-us-friends/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/healeycodes%2Famong-us-friends/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/healeycodes","download_url":"https://codeload.github.com/healeycodes/among-us-friends/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252749613,"owners_count":21798548,"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":["among-us","among-us-player-data","elo","express","netlify-functions"],"created_at":"2024-10-03T13:41:00.811Z","updated_at":"2025-05-06T18:48:49.561Z","avatar_url":"https://github.com/healeycodes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# among-us-friends\n\n\u003e My blog post: [Writing Software for an Among Us League](https://healeycodes.com/writing-software-for-an-among-us-league/)\n\n\u003cbr\u003e\n\n![Node.js CI](https://github.com/healeycodes/among-us-friends/workflows/Node.js%20CI/badge.svg)\n\n\u003cbr\u003e\n\nI use this system to manage the Among Us league I play with my friends.\n\nFeatures:\n\n-   Elo rankings (w/ graphs)\n-   Player pages\n-   Achievements/trophy system\n-   Seasons\n-   Google Sheets as a datastore\n\nTech:\n\nA Jamstack application which runs Express via Netlify Lambda.\n\nThe front-end is React via Create React App.\n\ntested by Jest.\n\n\u003chr\u003e\n\n![Win rates and loss rates, and an ELO graph](https://github.com/healeycodes/among-us-friends/blob/main/front-end/public/preview.png)\n\n\u003cbr\u003e\n\n![A player's trophy section](https://github.com/healeycodes/among-us-friends/blob/main/front-end/public/preview-trophies.png)\n\n\u003cbr\u003e\n\n## Google Sheets\n\n\nSheets should be named in the following format:\n\n-   `Season X` — where `X` is an incrementing integer starting at `1`\n\nTo add a season, edit `seasons` inside `config.json`. Append to the list of incrementing integers.\n\n\u003cbr\u003e\n\n![A Google Sheets file](https://github.com/healeycodes/among-us-friends/blob/main/front-end/public/sheets.png)\n\nEnter data starting at C4 downwards. The rows should be 14 cells long.\n\n10 player slots (which should be left empty if you have less than 10), 2 slots for the impostors (the names are repeated from the player list), 1 slot for the winner ('crew' or 'impostor'), and 1 slot for the map short name.\n\nE.g.\n\n```\n\"andy\" \u003c-- player list\n\"ally\"\n\"bayf\"\n\"beans\"\n\"keita\"\n\"mads\"\n\"roma\"\n\"spon\"\n\"gem\"\n\"\" \u003c-- empty if you have nine players\n\n\"ally\" -- impostors\n\"spon\"\n\n\"crew\" \u003c-- game winner (crew, impostor)\n\n\"skeld\" \u003c-- map shortname (skeld, mira, polus, airship)\n```\n\n\u003cbr\u003e\n\n## Deploy\n\nThis application is deployed by Netlify.\n\nSet two environmental variables via the Netlify UI.\n\n- `SHEETS_ID` - the id in the URL bar.\n- `SHEETS_API_KEY` - an API key from Google Console.\n\n\u003cbr\u003e\n\n## Local Development\n\nCreate a file called `.env` inside `back-end/` with the contents `snapshot=true`\n\n\u003cbr\u003e\n\nRun both the back-end and the front-end.\n\n`cd back-end/ \u0026\u0026 yarn install \u0026\u0026 yarn dev`\n\n`cd front-end/ \u0026\u0026 yarn install \u0026\u0026 yarn start`\n\n\u003cbr\u003e\n\n## Tests\n\n`cd back-end/ \u0026\u0026 yarn test`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhealeycodes%2Famong-us-friends","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhealeycodes%2Famong-us-friends","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhealeycodes%2Famong-us-friends/lists"}