Commit Graph

8 Commits

Author SHA1 Message Date
Claude
f7e07aa4bd Fix data display issue by aggregating to weekly values
- Reduced historical data from 4,442 daily entries to 636 weekly entries
- This improves chart rendering performance and ensures all data up to current date is displayed
- Updated btcpoll.js to handle weekly data updates (updates same week or adds new week)
- Added aggregate-weekly.js script for future data aggregation needs
- Data now properly displays from 2013-09-15 to 2025-11-09
2025-11-09 16:11:51 +00:00
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
ed526e2663 reset to update rate 2022-03-21 00:31:24 -07:00
bitkarrot
95666adabb comment out axios call 2022-03-20 23:23:51 -07: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
bitkarrot
d0bf81bf21 add node setup version 2022-03-20 22:48:18 -07:00
bitkarrot
d3f5524a18 add github daily workflow 2022-03-20 22:17:43 -07:00