Service that extracts data from Spotify to JSON, using Spotify API
To use this service you need to have Node.js installed.
- Clone this repository
- Run
npm install
in the project folder - Generate your access token here, usining "Get Token" button at the bottom center of the page (select scope "playlist-read-private").
- Set your access token to an environment variable
export ACCESS_TOKEN=<token>
- Run
npm start
- After completion, you will have all your albums exported in JSON into
./extracted
folder.