Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eins78/soundcloud-open-in-app-app
bookmarklet to open a track from soundcloud.com in the mobile app (iOS and Android)
https://github.com/eins78/soundcloud-open-in-app-app
Last synced: about 1 month ago
JSON representation
bookmarklet to open a track from soundcloud.com in the mobile app (iOS and Android)
- Host: GitHub
- URL: https://github.com/eins78/soundcloud-open-in-app-app
- Owner: eins78
- License: mit
- Created: 2013-12-22T12:58:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-23T22:24:42.000Z (over 10 years ago)
- Last Synced: 2024-04-15T03:00:44.153Z (9 months ago)
- Language: JavaScript
- Homepage: http://soundcloud-open-in-app.herokuapp.com
- Size: 176 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [soundcloud-open-in-app-app](http://soundcloudapp.ars.is)
bookmarklet to open a track from soundcloud.com in the mobile app (iOS and Android)
## API How does it work?
### `{slug}`
**Parameter:** just the "slug" of soundcloud `URL` (i.e. the part after `soundcloud.com`).
Can point to either a track (`/track/…`) or playlist (`/set/…`).
Redirects to a special URL (`soundcloud://tracks:{id}`),
which will open the SoundCloud App on `iOS` and `Android` devices.**Can be used without a bookmarklet, by just editing the `URL` in your browser.**
Just change `soundcloud.com` to `soundcloudapp.ars.is` (replace **`.com`** with **`app.ars.is`**).**Important:** `HTTP` only!
#### **URL:**
`http://soundcloudapp.ars.is/{soundcloud_url}`
#### Example Link
## Meta
- Code on
[`github`](https://github.com/eins78/soundcloud-open-in-app-app); Open Source, `MIT` License
- [`node.js`](http://nodejs.org), [`express`](http://expressjs.com), [`request`](https://npmjs.org/package/request)
- [`bootstrap`](http://getbootstrap.com), [`bootstrap-theme-cirrus`](http://code.divshot.com/bootstrap-theme-cirrus/)
- runs for free on [`heroku`](http://heroku.com)
- No affiliation with [`SoundCloud`](http://soundcloud.com); but uses their [`API`](http://dev.soundcloud.com/docs/api/reference#resolve)