youtube-playlist-sorter
Sorts ↕️ a public playlist based on it's popularity 🔥
💾 Installation
$ npm i -g youtube-playlist-sorter
▶️ Usage
Create an API_KEY
(how to create the key) and put it in your ~/.bashrc
.
echo 'export YOUTUBE_PLAYLIST_SORTER_API_KEY=AIzaxxxxxxxyyyyyyyyzzz' >> ~/.bashrcsource ~/.bashrc
🔧 Project Setup (Development)
-
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>
🎓 License
MIT