QQ is an open-source Next.js project that clones the world monitor concept but focuses only on global news, with 2D and 3D world visualization.
- Aggregates public Google News RSS feeds.
- Supports optional free-tier GNews API (if key provided).
- Unified
/api/newsendpoint with query filters. /newspage for headlines./globepage with 2D marker map + 3D globe mode.
npm install
cp .env.example .env.local
npm run devOpen http://localhost:3000.
GET /api/news?q=...®ion=...&source=all&limit=50
- RSS/API providers may enforce attribution and rate-limit terms.
- Geolocation is inferred heuristically from headline text and can be improved with geocoding.