You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -30,20 +30,20 @@ And much more!
30
30
31
31
## Configuration
32
32
33
-
Since soundcloud apply rate limit to third party app you need to configure your own API key to make soundnode work.
33
+
Since soundcloud applies a rate limit to third party apps, you need to configure your own API key to make soundnode work.
34
34
35
-
Unfortunately soundcloud suspended new application creation, so to retrieve your api key, you have to dig into soundcloud website.
35
+
Unfortunately soundcloud suspended new application creation, so to retrieve your api key, you have to dig into the soundcloud [website](https://soundcloud.com/).
36
36
37
37
* Login to soundcloud.com on favorite browser
38
-
* Look for and api call and write down the client_id parameter
38
+
* Look for an api call and write down the client_id parameter
39
39

40
40
* Edit your userConfig.json file (see here for location : https://github.com/eliecharra/soundnode-app/blob/master/app/public/js/common/configLocation.js#L34) and update clientId parameter with the previously retrieved one.
41
41
42
42
## How to contribute
43
43
44
-
First, building, testing, and reporting bugs is highly appreciated. Please include console's output and steps to reproduce the problem in your bug report if possible.
44
+
First, building, testing, and reporting bugs is highly appreciated. Please include the console's output and steps to reproduce the problem in your bug report, if possible.
45
45
46
-
If you want to develop, you can look at the issues, especially the bugs and then fix them.
46
+
If you want to develop, you can look at the issues, especially the bugs, and then fix them.
47
47
Here's a [list of issues](https://github.com/Soundnode/soundnode-app/issues?state=open).
48
48
49
49
Please follow the [contribution guidelines](https://github.com/Soundnode/soundnode-app/blob/master/CONTRIBUTING.md).
0 commit comments