Skip to content

ScheerMT/Setlist2Playlist

 
 

Repository files navigation

#Setlist2Playlist

Simple webapp that allows you to add songs from an artists setlist to a Spotify playlist.
http://setlist2playlist.me

How to set up

Besides the usual npm install, you need a config.js in the root folder of the project. It must contain your spotify app credentials and look like this.

var config = {};
config.spotifyClientId = '1230998123clientIdHere'; // Your client id
config.spotifySecret = '23423423424spotifySecretHere'; // Your client secret
module.exports = config;

About

Simple webapp that allows you to add songs from an artists setlist to a Spotify playlist.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.4%
  • HTML 5.6%
  • CSS 2.0%