Skip to content

Commit 19e7810

Browse files
Merge pull request #97 from spotify/thisisjofrank-patch-2
Update readme.md
2 parents 569f969 + 0618f0a commit 19e7810

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

get_user_profile/readme.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@
33

44
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).
55

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+
613
## Usage
714

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:
916

1017
```bash
1118
npm install

0 commit comments

Comments
 (0)