Vue Soundcloud Save

🎧 A simple SoundCloud client built with Vue and Nuxt

Project README

🎧 Vue SoundCloud

Simple SoundCloud client built with Vue and Nuxt.


⚠️ At present, it is not functional ⚠️

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!


Screenshots:

Desktop view:

Mobile view:

Features:

  • 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.

This project implemented by the following technologies:

Let's run:

Clone the project:

$ git clone https://github.com/soroushchehresa/vue-soundcloud.git vue-soundcloud

Starting Development:

Run one of the following commands:

$ yarn && yarn dev

# OR

$ npm i && npm run dev

Build and run production:

Run one of the following commands:

$ yarn && yarn build && yarn start

# OR

$ npm i && npm run build && npm start

Support:

Open Source Agenda is not affiliated with "Vue Soundcloud" Project. README Source: soroushchehresa/vue-soundcloud

Open Source Agenda Badge

Open Source Agenda Rating