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: get_user_profile/readme.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,16 @@
3
3
4
4
This is the final code for the Spotify Web API - How to Display your Profile Data in a Web . You can run this demo directly or [walk through the tutorial](https://developer.spotify.com/documentation/web-api/howto/web-app-profile).
5
5
6
+
## Pre-requisites
7
+
8
+
To run this demo you will need:
9
+
10
+
- A [Node.js LTS](https://nodejs.org/en/) environment or later.
11
+
- A [Spotify Developer Account](https://developer.spotify.com/)
12
+
6
13
## Usage
7
14
8
-
To run this demo clone the repository, cd into the `get_user_profile` directory and run:
15
+
Clone the repository, cd into the `get_user_profile` directory and run:
0 commit comments