Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lfarci/advent-of-code-kit
Advent of Code console tools.
https://github.com/lfarci/advent-of-code-kit
Last synced: 1 day ago
JSON representation
Advent of Code console tools.
- Host: GitHub
- URL: https://github.com/lfarci/advent-of-code-kit
- Owner: lfarci
- Created: 2022-06-07T09:47:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T17:38:31.000Z (over 2 years ago)
- Last Synced: 2023-04-26T22:33:06.783Z (over 1 year ago)
- Language: C#
- Size: 437 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://dev.azure.com/lfarci/Advent%20of%20Code%20Kit/_apis/build/status/lfarci.advent-of-code-kit?branchName=main)](https://dev.azure.com/lfarci/Advent%20of%20Code%20Kit/_build/latest?definitionId=1&branchName=main)
# Advent Of Code Kit
The kit gathers some tools that can help .NET developers during the Advent Of Code.## Client
### Environment variables
- `AOC_HOST` (Optional): server host name running the targeted Advent Of Code instance. Its default value is set to `adventofcode.com`.
- `AOC_SESSION_ID` (Required): the user session id. It is required to fetch resources from the Advent Of Code website for authentication. You can find this token by navigating to the website using your browser and investigate cookies using the developer tools. Its default value is an empty string.