Sorts
$ npm i -g youtube-playlist-sorter
Create an API_KEY
(how to create the key) and put it in your ~/.bashrc
.
echo 'export YOUTUBE_PLAYLIST_SORTER_API_KEY=AIzaxxxxxxxyyyyyyyyzzz' >> ~/.bashrc
source ~/.bashrc
-
Clone the repo
-
Run
npm install
inside the directory -
Get/create the API_KEY (as explained previously)
-
Run the program
$ npm run dev <PLAYLIST_URL>
MIT