Automated daily news aggregation with multi-CDN hosting
Automated daily news aggregation service providing structured JSON data through multiple CDN endpoints.
https://60s-static-host.vercel.app/60s/[date].json
https://raw.githubusercontent.com/vikiboss/60s-static-host/main/static/60s/[date].json
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)
{
"date": "2025-03-01",
"news": ["...", "..."],
"audio": {
"music": "URL",
"news": "URL"
},
"tip": "Daily inspiration quote",
"cover": "IMAGE_URL",
"link": "SOURCE_URL",
"created_at": 1740783600000
}
GitHub https://github.com/vikiboss/60s-static-host
License MIT License - Open source with attribution required