60s Static Data Host

Automated daily news aggregation with multi-CDN hosting

Project Overview

Automated daily news aggregation service providing structured JSON data through multiple CDN endpoints.

  • 🔄 Auto-updated via GitHub Actions
  • 📰 Curated news summaries
  • 🚀 Multi-CDN distribution
  • 🔑 Simple REST API access

API Endpoints

Vercel https://60s-static-host.vercel.app/60s/[date].json
GitHub https://raw.githubusercontent.com/vikiboss/60s-static-host/main/static/60s/[date].json
jsDelivr https://cdn.jsdelivr.net/gh/vikiboss/60s-static-host@main/static/60s/[date].json

Replace [date] with YYYY-MM-DD format (e.g. 2025-03-01)

Data Structure

{
  "date": "2025-03-01",
  "news": ["...", "..."],
  "audio": {
    "music": "URL",
    "news": "URL"
  },
  "tip": "Daily inspiration quote",
  "cover": "IMAGE_URL",
  "link": "SOURCE_URL",
  "created_at": 1740783600000
}

Project Info

GitHub https://github.com/vikiboss/60s-static-host

License MIT License - Open source with attribution required