feature: add CoinGecko cryptocurrency price extractor #46

Merged
Claude merged 1 commits from feature/coingecko-extractor into main 2026-02-15 16:48:08 +00:00

1 Commits

Author SHA1 Message Date
349b1b9c6b feature: add CoinGecko cryptocurrency price extractor
All checks were successful
CI / build (pull_request) Successful in 46s
CI / vet (pull_request) Successful in 1m20s
CI / test (pull_request) Successful in 1m23s
Add sites/coingecko package with GetPrice() method that extracts
structured crypto price data (name, symbol, price, 24h/7d change,
market cap, volume, 24h high/low) from CoinGecko coin pages.

Includes mock-based tests and parseLargeNumber helper for T/B/M suffixes.

Closes #27

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 16:47:53 +00:00