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 13 hours ago
JSON representation
Vuejs + SoundCloud demo app, for JogjaJS 4th meet up.
- Host: GitHub
- URL: https://github.com/mul14/vue-soundcloud
- Owner: mul14
- Created: 2016-03-31T20:39:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T06:32:01.000Z (over 7 years ago)
- Last Synced: 2024-10-26T23:54:30.195Z (13 days ago)
- Topics: vue, vue-soundcloud, vuejs
- Language: HTML
- Homepage: https://mul14.github.io/vue-soundcloud
- Size: 7.81 KB
- Stars: 74
- Watchers: 5
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue-cn - Vue SoundCloud ★12
- awesome-indo-projects - Vue SoundCloud - Vuejs + SoundCloud demo app. (Vue)
- awesome-indonesia-repo - Vue SoundCloud - Vuejs + SoundCloud demo app. (Vue)
- awesome-vietnam-repo - Vue SoundCloud - Vuejs + SoundCloud demo app. (Vue)
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!