Skip to content

Commit

Permalink
Merge pull request #97 from spotify/thisisjofrank-patch-2
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
thisisjofrank authored Jan 30, 2023
2 parents 569f969 + 0618f0a commit 19e7810
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion get_user_profile/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@

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

## Pre-requisites

To run this demo you will need:

- A [Node.js LTS](https://nodejs.org/en/) environment or later.
- A [Spotify Developer Account](https://developer.spotify.com/)

## Usage

To run this demo clone the repository, cd into the `get_user_profile` directory and run:
Clone the repository, cd into the `get_user_profile` directory and run:

```bash
npm install
Expand Down

0 comments on commit 19e7810

Please sign in to comment.