Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.