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