Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/lmachens/advent-of-code-2021
- Owner: lmachens
- Created: 2021-12-01T15:01:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T12:17:03.000Z (about 3 years ago)
- Last Synced: 2024-11-20T12:26:01.454Z (3 months ago)
- Topics: advent-of-code
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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