youtube-playlist-sorter
v0.2.5
Published
Sorts ↕️ a public playlist based on it's popularity 🔥
Downloads
33
Maintainers
Readme
youtube-playlist-sorter
Sorts ↕️ a public playlist based on it's popularity 🔥
:floppy_disk: Installation
$ npm i -g youtube-playlist-sorter
:arrow_forward: Usage
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
:wrench: Project Setup (Development)
Clone the repo
Run
npm install
inside the directoryGet/create the API_KEY (as explained previously)
Run the program
$ npm run dev <PLAYLIST_URL>
:mortar_board: License
MIT