-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
For the MVP show the next set of episodes that are scheduled on YouTube.
Resources:
YouTube API live broadcasts
- Install the YouTube PHP SDK
- Create a Schedule table in the database
- show_id
- show title
- show date and time
- Create a Symfony console script
- Authenticate with the YouTube API
- Search upcoming live broadcasts
- Create / update show records from YouTube API response
- Create the schedule page
- List upcoming broadcasts on page
- Display the following per item:
- Title
- Start time and date
- If the API returns no broadcasts then display hardcoded text that explains the normal show times
- Update readme/env with the YouTube creds
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request