Commit Graph

10 Commits

Author SHA1 Message Date
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
bitkarrot
d7fc548375 put back test.js 2022-03-20 23:20:31 -07:00
bitkarrot
96eddf99c7 testing cjs 2022-03-20 23:10:04 -07:00
Bitcarrot
a8fc91dffe move hkd_historical up one dir to /public 2021-10-19 20:55:22 -07:00
Bitcarrot
17a8aaa56c rewrite conversion from py to node 2021-10-07 16:28:55 -07:00
Bitcarrot
ce0484689a comment out console.log 2021-10-07 15:41:59 -07:00
Bitcarrot
b4cb943a91 clean up 2021-10-07 06:16:52 +08:00
Bitcarrot
f23176fd80 fix formatting for years ago data 2021-10-07 06:12:04 +08:00
Bitcarrot
74d469962a port to js 2021-10-05 23:35:25 -07:00
Bitcarrot
11c0db4b1c updated with get bfx rate 2021-10-05 19:43:51 -07:00