mirror of
https://github.com/svemagie/indiekit-endpoint-youtube.git
synced 2026-04-02 15:54:59 +02:00
Features: - Display latest videos from any YouTube channel - Live streaming status with animated badge - Upcoming stream detection - Admin dashboard with video grid - Public JSON API for Eleventy integration - Quota-efficient API usage (playlist method) - Smart caching (5min videos, 1min live status) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
27 lines
694 B
JSON
27 lines
694 B
JSON
{
|
|
"youtube": {
|
|
"title": "YouTube",
|
|
"videos": "Latest Videos",
|
|
"channel": "Channel",
|
|
"live": "Live Now",
|
|
"upcoming": "Upcoming",
|
|
"offline": "Offline",
|
|
"subscribers": "subscribers",
|
|
"views": "views",
|
|
"watchNow": "Watch Now",
|
|
"viewChannel": "View Channel",
|
|
"viewAll": "View All Videos",
|
|
"noVideos": "No videos found",
|
|
"refreshed": "Refreshed",
|
|
"error": {
|
|
"noApiKey": "YouTube API key not configured",
|
|
"noChannel": "YouTube channel not specified",
|
|
"connection": "Could not connect to YouTube API"
|
|
},
|
|
"widget": {
|
|
"description": "View full channel on YouTube",
|
|
"view": "Open YouTube Channel"
|
|
}
|
|
}
|
|
}
|