A quick draft written about the project.
Problem: I want to see all the videos from a list of Youtubers in chronological order within a given date range. You would think that Youtube would make this easy, but it is not.
This is mostly a proof of concept/early prototype. I wanted the user to be able to input a list of users and it would then fetch all videos (with client side Javascript) and then display them. But it seems like that is not possible(?) or at least not straight forward. Currently all the data in the prototype (youtubers and videos) are hardcoded to test the front end.
Youtube Braider Prototype using hardcoded data featuring videos from Grian, Mumbo Jumbo, and GoodTimesWithScar. Click on a row to expand and embed the video. Sorting on columns work but filtering on dates does not.