A very simple AI generated raffle drawer for Advent of Code.
- Clone the repository
- Install dependencies:
npm install - Copy
.env.exampleto.envand fill in the required values - Run the server:
npm start
This repo does follow the automation guidelines on the r/adventofcode community wiki. Specifically:
- The leaderboard is cached for 15 minutes in
server.js - The User-Agent header in
server.jsis set to me since I maintain this tool, but is configurable in the.envfile