Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olizilla/soundcloud-mp3
Guess the mp3 stream url from a soundcloud page url
https://github.com/olizilla/soundcloud-mp3
Last synced: 9 days ago
JSON representation
Guess the mp3 stream url from a soundcloud page url
- Host: GitHub
- URL: https://github.com/olizilla/soundcloud-mp3
- Owner: olizilla
- License: isc
- Created: 2015-06-17T22:22:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-17T22:37:47.000Z (over 9 years ago)
- Last Synced: 2024-10-08T00:24:38.391Z (3 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# soundcloud-mp3
```
npm install -g soundcloud-mp3
```Guess the mp3 stream url from a soundcloud page url
```shell
scmp3 /ghostpoet/meltdown-squarepusher-vs
# https://media.soundcloud.com/stream/ceceisvyM5x4.mp3
```Useful for getting the soundcloud page your looking at to play on your chromecast by passing the url to something like [castnow](https://github.com/xat/castnow).
```shell
castnow $(scmp3 /ghostpoet/meltdown-squarepusher-vs)
# Now playing!
```![](https://cloud.githubusercontent.com/assets/58871/8220294/2d292508-1549-11e5-849d-9acd208af5cc.gif)
---
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)