Go to file
Claude 447f740f59 Remove all HKD/satshkd support, keep only EUR version
- Removed all HKD routes (/en, /zh-cn, /zh-hk) from index.js
- Removed HKD locale files (en.json, zh-cn.json, zh-hk.json)
- Removed HKD calculation files (calculate.js, btcpoll.js, updaterate.js from old version)
- Removed HKD historical data files (hkd_historical, hkd_historical_dedup)
- Renamed EUR-specific files to standard names:
  - calculate-eur.js -> calculate.js
  - btcpoll-eur.js -> btcpoll.js
  - updaterate-eur.js -> updaterate.js
  - eur_historical -> historical
- Updated all locale files to reference 'historical' instead of 'eur_historical'
- Updated default route to redirect to /en-eur instead of /en
- Updated GitHub Actions workflow to only run EUR data updates
- Updated all references in code to use renamed files

This creates a clean EUR-only implementation ready for deployment at eursat.eu
2025-11-09 09:36:33 +00:00
2023-05-14 22:39:20 -04:00
2025-10-07 14:29:22 +02:00
2023-08-14 22:29:42 -07:00
2023-08-14 22:27:08 -07:00
2025-11-09 04:24:22 +00:00
2025-10-11 04:22:23 +00:00
2025-10-07 15:07:38 +02:00
2022-03-21 00:25:28 -07:00
2021-07-23 00:26:35 -07:00

HKDSAT 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+
https://github.com/bitkarrot/satshkd-vercel.git
cd satshkd-vercel 
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%