Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinhlh/apolloud
Shuffle play all SoundCloud tracks liked by an user via command line.
https://github.com/vinhlh/apolloud
cli player puppeteer soundcloud soundcloud-cli
Last synced: 3 months ago
JSON representation
Shuffle play all SoundCloud tracks liked by an user via command line.
- Host: GitHub
- URL: https://github.com/vinhlh/apolloud
- Owner: vinhlh
- Created: 2018-07-22T09:54:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T05:58:48.000Z (over 6 years ago)
- Last Synced: 2024-10-01T06:40:39.405Z (3 months ago)
- Topics: cli, player, puppeteer, soundcloud, soundcloud-cli
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/vinhlh/apolloud.svg?branch=master)](https://travis-ci.com/vinhlh/apolloud)
# Apolloud
Shuffle play all SoundCloud tracks liked by an user.
## Usage
- Install
```bash
yarn global add apolloud
```- Run
```bash
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](https://github.com/GoogleChrome/puppeteer) which downloads a recent version of Chromium (~170MB Mac, ~280MB Linux, ~280MB Win).### Slow intialization
It will takes around 10 seconds.## Contributing
- `yarn dev` to compile automatically.- Run `yarn start` to run the app whenever you need.