demo here: https://Yik-Wee.github.io/youtube-shuffler
- Make sure your YouTube Playlist is public or unlisted, otherwise it won't appear
- Input YouTube Playlist ID or URL into the search bar and click search or enter
- Click on the Playlist, shuffle and play it
- Install TypeScript (and node) if you haven't already
- Clone the repo
git clone https://github.com/Yik-Wee/youtube-shuffler.git cd ./youtube-shuffler
- Run
npm install
to install all required packages frompackage.json
npm install
- Add a
.env
file in the root folder and setREACT_ENV_API_KEY
to your YouTube API key.env
:REACT_APP_API_KEY=<API_KEY>
- run
npm start
to start the servernpm start