https://github.com/borkdude/aoc-proxy
Advent of Code proxy built with squint, bun and CloudFlare workers
https://github.com/borkdude/aoc-proxy
Last synced: 8 months ago
JSON representation
Advent of Code proxy built with squint, bun and CloudFlare workers
- Host: GitHub
- URL: https://github.com/borkdude/aoc-proxy
- Owner: borkdude
- Created: 2023-11-19T15:21:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-24T12:54:15.000Z (about 2 years ago)
- Last Synced: 2025-05-07T23:06:51.460Z (8 months ago)
- Language: Clojure
- Size: 32.2 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AOC proxy
A Cloudflare worker to read input for Advent of Code puzzles.
## Develop
- Run `npx squint watch` to watch `src` for `.cljs` files. They are written to
`out` as `.js` files.
- Run `bun --hot src/index.js` to run the development server.
## Deploy
Run `bun build.js` to produce the final output in `dist/index.js`.
To deploy to cloudflare, run `bun wrangler deploy`.
The worker is visible [here](https://aox-proxy.borkdude.workers.dev).