From 0618f0a65590a2c19ba06c4135e90ad17e0d8fd2 Mon Sep 17 00:00:00 2001 From: Jo Franchetti Date: Mon, 30 Jan 2023 10:30:27 +0000 Subject: [PATCH] Update readme.md --- get_user_profile/readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/get_user_profile/readme.md b/get_user_profile/readme.md index 769eaff2..4a0ba540 100644 --- a/get_user_profile/readme.md +++ b/get_user_profile/readme.md @@ -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