Shuffle play all SoundCloud tracks liked by an user.
- Install
yarn global add apolloud
- Run
apolloud {userName} {trackType}
Example: apolloud vinhlh
.
Supported track types: likes
(default), all
(tracks on All tab).
Underneath, we are using Puppeteer
to launch a Chromium instance.
Apolloud depends on Puppeteer which downloads a recent version of Chromium (~170MB Mac, ~280MB Linux, ~280MB Win).
It will takes around 10 seconds.
-
yarn dev
to compile automatically. -
Run
yarn start
to run the app whenever you need.