Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shahata/adventofcode-solver

🎄 Advent of Code (2015-2023) in JavaScript
https://github.com/shahata/adventofcode-solver

advenetofcode advent-of-code advent-of-code-2015 advent-of-code-2016 advent-of-code-2017 advent-of-code-2018 advent-of-code-2019 advent-of-code-2020 advent-of-code-2020-javascript advent-of-code-2021 advent-of-code-2021-javascript advent-of-code-2022 advent-of-code-2022-javascript advent-of-code-2023 advent-of-code-2023-javascript advent-of-code-javascript aoc aoc-javascript

Last synced: 14 days ago
JSON representation

🎄 Advent of Code (2015-2023) in JavaScript

Awesome Lists containing this project

README

        

# Advent of Code - Solver [![Build Status](https://github.com/shahata/adventofcode-solver/workflows/build/badge.svg)](#advent-of-code---solver-)

This repository contains solutions for advent of code (https://adventofcode.com)

image

Go ahead and try to solve the challenge on your own before using this spoiler!

In order to use this solver simply go to: https://shahata.github.io/adventofcode-solver/ choose an year and follow the instructions.

[image](https://shahata.github.io/adventofcode-solver/)

Alternatively, if you don't want to share your cookie value online or if some solutions fail to run in the browser, simply clone this git and run the following commands. Note this requires node@19 or newer.

```sh
$ git clone [email protected]:shahata/adventofcode-solver.git
$ cd adventofcode-solver

$ npm install
$ export ADVENT_SESSION=your-cookie-value

$ npm start [year]
- or -
$ npm start [year] [day-number]
```

The commands above will work for all years since 2015.