mirror of
https://github.com/hipcityreg/situation-monitor.git
synced 2026-04-27 08:36:01 +03:00
[PR #30] feat: Add Bitcoin Fear & Greed Index panel #29
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/situation-monitor#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hipcityreg/situation-monitor/pull/30
Author: @corwien
Created: 2/11/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (10+)
01d7a89feat: Add Bitcoin Fear & Greed Index panela36eb32feat: Add i18n internationalization and financial fontsed5e324feat: Optimize map label placement to prevent overlapping392c48ffix: Fix map label placement scope issue causing labels to not show37ffaberefactor: Optimize map display with selective labels and capital markers959e908refactor: Update map markers - only major 7 capitals use stars8735dd2fix: Add demo data fallback for market APIs when API key is unavailable7306c01fix: Convert ETF prices to actual index values for displaya6e03a5feat: Add comprehensive financial monitoring panels v2.1.02e6818dfeat: Add fullscreen mode, FRED proxy, caching system, MOVE fallback📊 Changes
57 files changed (+12325 additions, -8066 deletions)
View changed files
📝
.env.example(+17 -4)➕
Dockerfile(+27 -0)➕
README.md(+588 -0)➕
docs/NEW_FEATURES_v2.1.0.md(+359 -0)➕
docs/RELEASE_v2.1.0.md(+241 -0)➕
docs/screenshot_dashboard.jpg(+0 -0)➕
docs/screenshot_feargreed_final.jpg(+0 -0)➕
docs/screenshot_feargreed_zh.jpg(+0 -0)➕
nginx.conf(+40 -0)📝
package-lock.json(+7512 -7512)📝
src/app.css(+154 -23)➕
src/lib/api/alphavantage.ts(+172 -0)➕
src/lib/api/feargreed.ts(+141 -0)📝
src/lib/api/fred.ts(+30 -8)📝
src/lib/api/index.ts(+19 -1)📝
src/lib/api/markets.ts(+187 -146)📝
src/lib/api/misc.ts(+94 -19)➕
src/lib/api/moveIndex.ts(+90 -0)📝
src/lib/api/news.ts(+89 -134)➕
src/lib/api/treasury.ts(+171 -0)...and 37 more files
📄 Description
Add a new panel displaying BTC Fear & Greed Index from alternative.me API. The index ranges from 0-100, measuring market sentiment through:
Features:
New files:
Modified files:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.