Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/mul14/vue-soundcloud

Vuejs + SoundCloud demo app, for JogjaJS 4th meet up.
https://github.com/mul14/vue-soundcloud

vue vue-soundcloud vuejs

Last synced: about 1 month ago
JSON representation

Vuejs + SoundCloud demo app, for JogjaJS 4th meet up.

Lists

README

        

# Vue SoundCloud

First, you need register or log in to your SoundCloud account. Then, you also need to register your SoundCloud application at here http://soundcloud.com/you/apps.

After registered, grab the Client ID. Edit `index.html` file, and put your Client ID to

const SC_CLIENT_ID = 'YOUR_CLIENT_ID';

Open the `index.html`. Enjoy, learn and happy hacking!