/spotify-related-artists

Pull the all of the related artists for each artist in a playlist

Primary LanguageJavaScriptMIT LicenseMIT

spotify-related-artists

Pull the all of the related artists for each artist in a playlist.

Setup

Requires Node 10 or greater. Create a Spotify application at the Spotify Developer Dashboard.

$ cp .env.example .env
# Fill out the .env file with your Spotify App credentials

$ npm install
$ npm start