Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lmachens/advent-of-code-2021

https://adventofcode.com/
https://github.com/lmachens/advent-of-code-2021

advent-of-code

Last synced: 25 days ago
JSON representation

https://adventofcode.com/

Awesome Lists containing this project

README

        

# Advent of Code 2021

https://adventofcode.com/

## Configuration

I added a `getTask` helper which fetches the daily challenge input data. It is possible by using the `session` cookie of your personal account. The environment varialbe `SESSION` is used as session cookie (`.env` is supported).

## Run

You can run each task by running `node `.

Example:

`node day1.mjs`

## License

MIT