Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dieseltravis/aoc2024
javascript 🎄 Advent of Code 2024
https://github.com/dieseltravis/aoc2024
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
Last synced: about 1 month ago
JSON representation
javascript 🎄 Advent of Code 2024
- Host: GitHub
- URL: https://github.com/dieseltravis/aoc2024
- Owner: dieseltravis
- License: other
- Created: 2024-12-01T17:30:34.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-01T19:13:34.000Z (about 1 month ago)
- Last Synced: 2024-12-01T19:33:20.865Z (about 1 month ago)
- 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
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# aoc2024: Travis's Advent of Code 2024
javascript 🎄 [Advent of Code](https://adventofcode.com/) 2024
my 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).
also on github: [dieseltravis/aoc2024](https://github.com/dieseltravis/aoc2024)
[![Days completed in a row](https://img.shields.io/badge/⭐%20days%20in%20a%20row-5-blueviolet)](https://adventofcode.com/2024/) [![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)
## solutions:
Install node `>18.18.x`, `yarn`, run `yarn install`, and then `yarn start`.## previous years:
[🎏 Glitch playlist of all years](https://glitch.com/@travishardiman/advent-of-code)
[:octocat: Github list of all projects](https://github.com/stars/dieseltravis/lists/advent-of-code)### 2023
my 2023 solutions on glitch: [branch-three-oviraptor](https://branch-three-oviraptor.glitch.me/)
also on github: [dieseltravis/aoc2023](https://github.com/dieseltravis/aoc2023)
### 2022
my 2022 solutions on glitch: [graceful-blossom-animal](https://graceful-blossom-animal.glitch.me/)
also on github: [dieseltravis/aoc2022](https://github.com/dieseltravis/aoc2022)
### 2021
my 2021 solutions on glitch: [valiant-nervous-yoke](https://valiant-nervous-yoke.glitch.me/)
also on github: [dieseltravis/aoc2021](https://github.com/dieseltravis/aoc2021)
### 2020
my 2020 solutions on glitch: [open-lovely-doom](https://open-lovely-doom.glitch.me/)
also on github: [dieseltravis/aoc2020](https://github.com/dieseltravis/aoc2020)
### 2019
my 2019 solutions on glitch: [ubiquitous-swoop](https://ubiquitous-swoop.glitch.me/)
also on github: [dieseltravis/aoc2019](https://github.com/dieseltravis/aoc2019)
### 2018
my 2018 solutions on glitch: [waiting-caribou](https://waiting-caribou.glitch.me/)
also on github: [dieseltravis/aoc2018](https://github.com/dieseltravis/aoc2018)
## License
[![Hippocratic License HL3-FULL](https://img.shields.io/static/v1?label=Hippocratic%20License&message=HL3-FULL&labelColor=5e2751&color=bc8c3d)](https://firstdonoharm.dev/version/3/0/full.html)