Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cmdcolin/ytshuffle

fetches all videos from a channel or channels, and shuffles them
https://github.com/cmdcolin/ytshuffle

Last synced: 4 days ago
JSON representation

fetches all videos from a channel or channels, and shuffles them

Awesome Lists containing this project

README

        

# ytshuffle

Designed to shuffle a channel of videos. Uses the youtube v3 API to fetch videos
for a channel associated with a particular video. At the time being, it is
easier to find channelID from a normal video link than an actual link to the
channel.

## Demo

https://cmdcolin.github.io/ytshuffle/

## Screenshot

![](img/1.png)

## Dev

```
yarn dev
```

## Deploy

```
yarn deploy

```