Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 651 Bytes

README.MD

File metadata and controls

14 lines (10 loc) · 651 Bytes

Spotify migration

Service that extracts data from Spotify to JSON, using Spotify API

Usage

To use this service you need to have Node.js installed.

  1. Clone this repository
  2. Run npm install in the project folder
  3. Generate your access token here, usining "Get Token" button at the bottom center of the page (select scope "playlist-read-private").
  4. Set your access token to an environment variable export ACCESS_TOKEN=<token>
  5. Run npm start
  6. After completion, you will have all your albums exported in JSON into ./extracted folder.