Simple SoundCloud client built with Vue and Nuxt.
Unfortunately, third-party applications that relied on SoundCloud's API to play music from its platform are no longer functional due to SoundCloud's decision to discontinue the API. Moreover, the platform had long time ceased providing API keys to users without any clear explanation prior to this. As a result, developers are left without a solution to work with the APIs, which has caused frustration and inconvenience for those who use these applications to access SoundCloud's vast music collection. It remains to be seen if SoundCloud will provide an alternative solution to this problem for developers and users alike.
I am hopeful that we can revive this project once again, so I don't archive this repository!
- Server-side rendering with Nuxt.js.
- Load data from SoundCloud API.
- The home page included loading more tracks with infinite scroll and search tracks form.
- The track page included related tracks ,track comments and showing track wave.
- The profile page included the user tracks and user followers.
$ git clone https://github.com/soroushchehresa/vue-soundcloud.git vue-soundcloud
Run one of the following commands:
$ yarn && yarn dev
# OR
$ npm i && npm run dev
Run one of the following commands:
$ yarn && yarn build && yarn start
# OR
$ npm i && npm run build && npm start