Skip to content

Commit 2ed9579

Browse files
Update README.md
1 parent 80d8e89 commit 2ed9579

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Vue SoundCloud
22
This is a simple Soundcloud client built with [Vue.js](https://vuejs.org) and [Nuxt.js](https://nuxtjs.org).
33

4-
<br />
5-
64
## Live demo:
75
**[https://vue-soundcloud.herokuapp.com](https://vue-soundcloud.herokuapp.com)**
86

97

10-
<br />
11-
128
## Screenshots:
139
#### Desktop view:
1410
<p align="center">
@@ -22,17 +18,15 @@ This is a simple Soundcloud client built with [Vue.js](https://vuejs.org) and [N
2218
<img src="http://i.imgur.com/6sctBZi.png" width="270px" />
2319
</p>
2420

25-
<br />
2621

2722
## Features:
2823
* Server-side rendering with Nuxt.js.
29-
* Load data from SoundCloud API.
30-
* The home page included infinite scroll tracks and search tracks.
31-
* The tracks page included related tracks and track comments.
32-
* The profile page included the user's tracks and followers.
24+
* Load data from [SoundCloud API](https://developers.soundcloud.com/docs/api/guide).
25+
* The home page included loading more tracks with infinite scroll and search tracks form.
26+
* The track page included related tracks ,track comments and showing track wave.
27+
* The profile page included the user tracks and user followers.
3328
* And so on...
3429

35-
<br />
3630

3731
## This project implemented by the following technologies:
3832
* [Vue](https://github.com/vuejs/vue)
@@ -43,7 +37,6 @@ This is a simple Soundcloud client built with [Vue.js](https://vuejs.org) and [N
4337
* [Axios](https://github.com/axios/axios)
4438
* And so on...
4539

46-
<br />
4740

4841
## Let's run:
4942

@@ -73,12 +66,10 @@ $ yarn && yarn build && yarn start
7366
$ npm i && npm run build && npm start
7467
```
7568

76-
<br />
7769

7870
## NOTE:
7971
It seems that SoundCloud has revoked my api client keys without any explanation or warning. Running the app locally no longer works unless you have a working SoundCloud API client id (SoundCloud has disabled registration of new apps for quite some time now). The [live demo](https://vue-soundcloud.herokuapp.com) is also not working at the moment.
8072

81-
<br />
8273

8374
## Support:
8475
<a href="https://www.patreon.com/soroushchehresa">

0 commit comments

Comments
 (0)