Play Spotify Playlists on Youtube.
Built with NodeJS, Express, Backbone, and ES6.
$ git clone https://github.com/alfg/spotlistTV.git
$ cd spotlistTV
$ npm install
Open config.js
and configure or set environment variables
client_id: '<key>', // Spotify API key.
client_secret: '<secret>', // Spotify Secret Key.
redirect_uri: 'http://localhost:3000/callback', // Spotify redirect URI.
googleApiKey: '<google api key>', // Google API Key.
Run server.
node server.js
$ gulp
Frontend will now build and watch for changes. If you want to build without watching, use gulp build
.
Visit http://localhost:3000
MIT License © Alfred Gutierrez