Skip to content

Commit 7749da8

Browse files
Hetet, VincentArielle (Ari) Vaniderstine
Hetet, Vincent
authored and
Arielle (Ari) Vaniderstine
committed
Update readme to remove the reference to the client ID and secret key that have been removed in a previous commit
1 parent 8e5159f commit 7749da8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ Once installed, clone the repository and install its dependencies running:
1616

1717
$ npm install
1818

19-
## Running the examples
20-
In order to run the different examples, open the folder with the name of the flow you want to try out, and run its `app.js` file. For instance, to run the Authorization Code example do:
21-
22-
$ cd authorization_code
23-
$ node app.js
24-
25-
Then, open `http://localhost:8888` in a browser.
26-
2719
### Using your own credentials
28-
The examples contains a working client ID and secret key. Note, however, that they might be rate limited if they are used frequently. If you are planning to create an application, we recommend you register your app and get your own credentials instead of using the ones in this project.
20+
You will need to register your app and get your own credentials from the Spotify for Developers Dashboard.
2921

30-
Go to [My Applications on Spotify Developer](https://developer.spotify.com/my-applications) and create your application. For the examples, we registered these Redirect URIs:
22+
To do so, go to [your Spotify for Developers Dashboard](https://beta.developer.spotify.com/dashboard) and create your application. For the examples, we registered these Redirect URIs:
3123

3224
* http://localhost:8888 (needed for the implicit grant flow)
3325
* http://localhost:8888/callback
3426

3527
Once you have created your app, replace the `client_id`, `redirect_uri` and `client_secret` in the examples with the ones you get from My Applications.
28+
29+
## Running the examples
30+
In order to run the different examples, open the folder with the name of the flow you want to try out, and run its `app.js` file. For instance, to run the Authorization Code example do:
31+
32+
$ cd authorization_code
33+
$ node app.js
34+
35+
Then, open `http://localhost:8888` in a browser.

0 commit comments

Comments
 (0)