meywue / spotify-playlist-creator

Populates a playlist with the most popular songs of given artists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spotify-playlist-creator

Populates a playlist with the most popular songs of given artists

Installation

Prerequisites

Once installed, clone the repository and install its dependencies running:

$ npm install

Using your own credentials

You will need to register your app and get your own credentials from the Spotify for Developers Dashboard.

To do so, go to your Spotify for Developers Dashboard and create your application. For the examples, we registered these Redirect URIs:

Once you have created your app, replace the client_id and client_secret in the app.js with the ones you get from My Applications. Also replace the playlistId.

In order to run the node.js server do:

$ node app.js

Then, open http://localhost:8888 in a browser.

About

Populates a playlist with the most popular songs of given artists

License:MIT License


Languages

Language:JavaScript 64.7%Language:HTML 35.3%