Commit Graph

1 Commits

Author SHA1 Message Date
Alexa Louise
c99b425e8b Live Data Integration - Real APIs & Metrics 📡🔴
Added real-time data connections for dashboards:

🔌 **api-integrations.sh** - API Integration Layer
   - GitHub API (organizations, repos, commits, events)
   - CoinGecko API (ETH, SOL, BTC real-time prices)
   - Open Notify API (ISS live tracking)
   - USGS API (earthquake data)
   - System APIs (CPU, memory, disk, network)
   - Cloudflare API (zones, analytics)
   - Railway API (deployments, services)
   - Docker API (containers, images)
   - Raspberry Pi network scanning

📊 **live-system-dashboard.sh** - Live System Monitor
   - Real CPU/memory/disk usage (macOS native)
   - Live GitHub org stats (15 orgs, 113+ repos)
   - Real-time crypto portfolio ($ETH, $SOL, $BTC prices)
   - Raspberry Pi network scan (4 devices)
   - Docker container status
   - ISS live location tracking
   - Recent earthquake data (USGS)
   - Auto-refresh every 5 seconds
   - Smart caching (30-300s TTL)

💰 **live-crypto-tracker.sh** - Real-time Crypto Portfolio
   - Live prices from CoinGecko API
   - 2.5 ETH, 100 SOL, 0.1 BTC holdings
   - Real-time portfolio valuation
   - 24-hour price changes with ▲▼ indicators
   - Allocation breakdown with visual bars
   - JSON export functionality
   - Auto-refresh every 5 seconds

🐙 **live-github-dashboard.sh** - GitHub Ecosystem Monitor
   - Real-time data from GitHub API & CLI
   - All 15 BlackRoad organizations
   - BlackRoad-OS deep dive (THE CANON)
   - Recent activity feed across all orgs
   - Spotlight repositories with star counts
   - Public/private repo breakdown
   - Development stats
   - Auto-refresh every 10 seconds

**Data Sources:**
- CoinGecko (crypto prices, no key needed)
- GitHub API (authenticated via gh CLI)
- Open Notify (ISS tracking, free)
- USGS GeoJSON (earthquakes, free)
- macOS native commands (system metrics)
- Network tools (ping, netstat)

**Features:**
- Smart caching to prevent API rate limits
- Real data or graceful fallbacks
- No more fake/simulated data!
- All dashboards now hook into real-world systems

Ready for deployment! 🚀

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-26 22:59:02 -06:00