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
This app displays your Spotify profile information using [Authorization Code](https://developer.spotify.com/documentation/web-api/tutorials/code-flow)
4
+
to grant permissions to the app.
5
+
6
+
## Installation
7
+
8
+
This example runs on Node.js. On [its website](http://www.nodejs.org/download/) you can find instructions on how to install it.
9
+
10
+
Install the app dependencies running:
11
+
12
+
$ npm install
13
+
14
+
## Using your own credentials
15
+
16
+
You will need to register your app and get your own credentials from the [Spotify for Developers Dashboard](https://developer.spotify.com/dashboard).
17
+
18
+
- Create a new app in the dashboard and add `http://localhost:8888/callback` to the app's redirect URL list.
19
+
- Once you have created your app, update the `client_id`, `redirect_uri`, and `client_secret` in the `app.js` file with the credentials obtained from the app settings in the dashboard.
0 commit comments