Rebuild-Black-Business / RBB-Website

Website to help connect black-owned businesses with consumers and resources
https://www.rebuildblackbusiness.com/
MIT License
119 stars 73 forks source link

[Feature] Showcase RBB Episodes on Site #380

Open elchris opened 3 years ago

elchris commented 3 years ago

User Story

As a user I want to see all RBB Episodes from YouTube in one location on the RBB website So I can click and view them

Acceptance Criteria

brianjhanson commented 3 years ago

I can give this one a try. I also think it might be a duplicate of #355.

How are we planning to get the videos from YouTube?

It looks like we could use the search:list API endpoint, but that does require authorization, either via OAuth or an API key. OAuth is probably better long term, but takes a bit more effort to implement. If we decide to use an API key, we'll need to generate and restrict it properly.

I think ideally the list of videos would come from the API (which would also enable things like "featured" videos or videos that aren't from YouTube) but I'm not sure if that fits on the road map or how we'd want to handle that.