Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cmdcolin/ytshuffle
- Owner: cmdcolin
- License: mit
- Created: 2023-03-10T18:58:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-17T02:37:50.000Z (2 months ago)
- Last Synced: 2024-09-17T10:20:14.243Z (2 months ago)
- Language: TypeScript
- Homepage: https://cmdcolin.github.io/ytshuffle/
- Size: 5.42 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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```