CodingAP / advent-of-code

My solutions to all years of Advent of Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code

These are all my solutions for the years of Advent of Code as well as a frontend for seeing my writeups and visualizations.

Main Website

How to Use Locally

Clone this repository on your computer and run...

> npm i

To use the repository, you need a .env that has your token...

SESSION=YOUR_TOKEN_HERE

How to Run

To see how it works, run node aoc to see all commands and arguments.

Note for AOC moderators

The automated requests are served from aoc.js, where they have the a User-Agent header that points to this page. Nothing is done automatically, all done by a function call by the built in command line tool or a call from another script. Also, there are no inputs stored on the GitHub repository

About

My solutions to all years of Advent of Code


Languages

Language:HTML 76.1%Language:JavaScript 22.9%Language:CSS 0.9%