From 6224aab1b2022ace11764b013ac5cb2a1e99e747 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 27 Feb 2025 12:13:47 +0100 Subject: Add btc tick viz --- btctick/index.html | 331 +++++++++++++++++++++++++++++++++++++++++++++++++++-- index.html | 7 ++ 2 files changed, 331 insertions(+), 7 deletions(-) diff --git a/btctick/index.html b/btctick/index.html index 91a10b2..c4e1cf4 100644 --- a/btctick/index.html +++ b/btctick/index.html @@ -6,10 +6,302 @@ BTC Ticker + + + +
+

BTC/USDT Live Ticker

+
Loading...
+
Waiting for data...
+
+ + +
+
Showing last 60 seconds of price data
+ +
+ - - -

+ // Throttled chart update for smoother performance + setInterval(() => { + if (priceHistory.length > 0) { + drawChart(); + } + }, 1000); // Update chart once per second + \ No newline at end of file diff --git a/index.html b/index.html index 07bae8b..0e8ad8d 100644 --- a/index.html +++ b/index.html @@ -112,6 +112,13 @@

A collection of cute & creative web experiments and visual experiences ✨

+ +
BTC Ticker
+
+ Live Bitcoin price visualization with a cool animated chart showing price history. +
+
+
Isometric Triangles
-- cgit v1.3.1