Go to file
Claude 2f34d9ae2f Improve table font size and optimize website loading performance
- Increase table font sizes for better readability:
  * Body cells: 13px → 16px
  * Header cells: 15px → 18px
  * Footer cells: 14px → 16px
  * Total cells: 15px → 17px

- Add performance optimizations:
  * Add preconnect hints for external CDNs and APIs
  * Add defer attribute to non-critical JavaScript files
  * Add font-display: swap to improve perceived loading speed
2025-11-21 20:54:15 +00:00
2025-11-20 08:08:40 +01:00
2025-11-21 17:15:05 +01:00
2023-08-14 22:29:42 -07:00
2023-08-14 22:27:08 -07:00
2025-11-09 16:16:31 +01:00
2025-11-21 17:15:05 +01:00
2025-11-21 04:11:16 +00:00
2025-11-21 17:15:05 +01:00
2025-11-21 17:20:08 +01:00
2022-03-21 00:25:28 -07:00
2021-07-23 00:26:35 -07:00

EURSAT Historical Chart

for entertainment and educational purposes only.

For running on Vercel, note that it uses the vercel version of node which won't run anywhere else

bitfinex daily close data: https://www.investing.com/crypto/bitcoin/btc-usd-historical-data

cronjob is on github actions, see action.yml

Install

  • use at least node 22+
git clone <repository-url>
cd <repository-directory>
npm install
node index.js
Description
No description provided
Readme 7.8 MiB
Languages
Handlebars 49.5%
JavaScript 32.6%
CSS 13.8%
Python 4.1%