Rewrite btcprice from Clojure to Python FastAPI

Replace the Clojure Kit application with a Python FastAPI app that
produces identical HTML output. WebSocket proxy, Danish number
formatting, and HTMX integration all preserved.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-13 12:33:03 +01:00
co-authored by Claude Opus 4.6
parent ae676f2b6c
commit c999d831e7
37 changed files with 277 additions and 780 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
module.exports = {
content: ["./src/**/*.clj", "./resources/**/*.html"],
content: ["./app/**/*.py", "./resources/**/*.html"],
theme: { extend: {} },
plugins: []
}