{"id":22494510,"url":"https://github.com/dieseltravis/aoc2024","last_synced_at":"2025-08-03T01:32:58.285Z","repository":{"id":265958505,"uuid":"896944830","full_name":"dieseltravis/aoc2024","owner":"dieseltravis","description":"javascript 🎄 Advent of Code 2024","archived":false,"fork":false,"pushed_at":"2024-12-01T19:13:34.000Z","size":0,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-01T19:33:20.865Z","etag":null,"topics":["advent-of-code","advent-of-code-2024","advent-of-code-2024-javascript","adventofcode","aoc","aoc-2024","aoc-2024-in-javascript","aoc2024","aoc2024-in-javascript","javascript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/dieseltravis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-01T17:30:34.000Z","updated_at":"2024-12-01T19:14:56.000Z","dependencies_parsed_at":"2024-12-02T02:02:44.216Z","dependency_job_id":null,"html_url":"https://github.com/dieseltravis/aoc2024","commit_stats":null,"previous_names":["dieseltravis/aoc2024"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dieseltravis%2Faoc2024","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dieseltravis%2Faoc2024/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dieseltravis%2Faoc2024/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dieseltravis%2Faoc2024/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dieseltravis","download_url":"https://codeload.github.com/dieseltravis/aoc2024/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228516090,"owners_count":17932446,"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":["advent-of-code","advent-of-code-2024","advent-of-code-2024-javascript","adventofcode","aoc","aoc-2024","aoc-2024-in-javascript","aoc2024","aoc2024-in-javascript","javascript"],"created_at":"2024-12-06T19:02:29.236Z","updated_at":"2025-08-03T01:32:58.274Z","avatar_url":"https://github.com/dieseltravis.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# aoc2024: Travis's Advent of Code 2024\n\njavascript 🎄 [Advent of Code](https://adventofcode.com/) 2024\n\nmy 2024 solutions on ~~glitch: [meowing-holy-carbon](https://meowing-holy-carbon.glitch.me/)~~ `localhost` (glitch doesn't work this year because the latest Express needs node 18+ and glitch only uses up to 16 ☹), all the code for the solutions are in [funs.js](https://github.com/dieseltravis/aoc2024/blob/main/public/funs.js).\n\nalso on github: [dieseltravis/aoc2024](https://github.com/dieseltravis/aoc2024)\n\n[![Node.js CI](https://github.com/dieseltravis/aoc2024/actions/workflows/node.js.yml/badge.svg)](https://github.com/dieseltravis/aoc2024/actions/workflows/node.js.yml) [![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?logo=javascript)](https://github.com/standard/semistandard)\n\n## solutions:\nInstall node `\u003e18.18.x`, `yarn`, run `yarn install`, and then `yarn start`.\n\n\u003c!-- \n1. [day one](https://meowing-holy-carbon.glitch.me/day/01)\n2. [day two](https://meowing-holy-carbon.glitch.me/day/02)\n3. [day three](https://meowing-holy-carbon.glitch.me/day/03)\n4. [day four](https://meowing-holy-carbon.glitch.me/day/04)\n5. [day five](https://meowing-holy-carbon.glitch.me/day/05)\n6. [day six](https://meowing-holy-carbon.glitch.me/day/06)\n7. [day seven](https://meowing-holy-carbon.glitch.me/day/07)\n8. [day eight](https://meowing-holy-carbon.glitch.me/day/08)\n9. [day nine](https://meowing-holy-carbon.glitch.me/day/09)\n10. [day ten](https://meowing-holy-carbon.glitch.me/day/10)\n11. [day eleven](https://meowing-holy-carbon.glitch.me/day/11)\n12. [day twelve](https://meowing-holy-carbon.glitch.me/day/12)\n13. [day thirteen](https://meowing-holy-carbon.glitch.me/day/13)\n14. [day fourteen](https://meowing-holy-carbon.glitch.me/day/14)\n15. [day fifteen](https://meowing-holy-carbon.glitch.me/day/15)\n16. [day sixteen](https://meowing-holy-carbon.glitch.me/day/16)\n17. [day seventeen](https://meowing-holy-carbon.glitch.me/day/17)\n18. [day eighteen](https://meowing-holy-carbon.glitch.me/day/18)\n19. [day nineteen](https://meowing-holy-carbon.glitch.me/day/19)\n20. [day twenty](https://meowing-holy-carbon.glitch.me/day/20)\n21. [day twentyone](https://meowing-holy-carbon.glitch.me/day/21)\n22. [day twentytwo](https://meowing-holy-carbon.glitch.me/day/22)\n23. [day twentythree](https://meowing-holy-carbon.glitch.me/day/23)\n24. [day twentyfour](https://meowing-holy-carbon.glitch.me/day/24)\n25. [day twentyfive](https://meowing-holy-carbon.glitch.me/day/25)\n    --\u003e\n\n## previous years:\n\n[🎏 Glitch playlist of all years](https://glitch.com/@travishardiman/advent-of-code)\n[:octocat: Github list of all projects](https://github.com/stars/dieseltravis/lists/advent-of-code)\n\n### 2023\n\nmy 2023 solutions on glitch: [branch-three-oviraptor](https://branch-three-oviraptor.glitch.me/)\n\nalso on github: [dieseltravis/aoc2023](https://github.com/dieseltravis/aoc2023)\n\n### 2022\n\nmy 2022 solutions on glitch: [graceful-blossom-animal](https://graceful-blossom-animal.glitch.me/)\n\nalso on github: [dieseltravis/aoc2022](https://github.com/dieseltravis/aoc2022)\n\n### 2021\n\nmy 2021 solutions on glitch: [valiant-nervous-yoke](https://valiant-nervous-yoke.glitch.me/)\n\nalso on github: [dieseltravis/aoc2021](https://github.com/dieseltravis/aoc2021)\n\n### 2020\n\nmy 2020 solutions on glitch: [open-lovely-doom](https://open-lovely-doom.glitch.me/)\n\nalso on github: [dieseltravis/aoc2020](https://github.com/dieseltravis/aoc2020)\n\n### 2019\n\nmy 2019 solutions on glitch: [ubiquitous-swoop](https://ubiquitous-swoop.glitch.me/)\n\nalso on github: [dieseltravis/aoc2019](https://github.com/dieseltravis/aoc2019)\n\n### 2018\n\nmy 2018 solutions on glitch: [waiting-caribou](https://waiting-caribou.glitch.me/)\n\nalso on github: [dieseltravis/aoc2018](https://github.com/dieseltravis/aoc2018)\n\n## License\n\n[![Hippocratic License HL3-FULL](https://img.shields.io/static/v1?label=Hippocratic%20License\u0026message=HL3-FULL\u0026labelColor=5e2751\u0026color=bc8c3d)](https://firstdonoharm.dev/version/3/0/full.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdieseltravis%2Faoc2024","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdieseltravis%2Faoc2024","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdieseltravis%2Faoc2024/lists"}