Skip to content

ChadRidings/spotlistTV

 
 

Repository files navigation

SpotlistTV

Play Spotify Playlists on Youtube.

Spotlist.TV

Built with NodeJS, Express, Backbone, and ES6.

http://spotlist.tv

Development

Register API Keys
Clone and install dependencies
$ 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
Build Web Frontend
$ gulp

Frontend will now build and watch for changes. If you want to build without watching, use gulp build.

Visit http://localhost:3000

License

MIT License © Alfred Gutierrez

About

📺 Play Spotify Playlists on Youtube.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.4%
  • CSS 30.8%
  • HTML 7.8%