Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 370 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 370 Bytes

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!