Skip to content

Spotify companion app for creating seamless, beat-matched transitions using the Spotify API

Notifications You must be signed in to change notification settings

Kickblip/playlist-assist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playlist Assist Playlist Manager

View the Demo (Skip to 0:55 for Transition)

tiktok demo

Running Playlist Assist Locally

  1. Go to the Spotify Developer Dashboard and create a new API project following this video

  2. Clone this repo to a local directory

  3. Create a .env file in the root directory

  4. Set the following environment variables:

CLIENT_ID = Your ID from the API dashboard
CLIENT_SECRET = Your secret from the API dashboard
REDIRECT_URI = http://localhost:8888/callback
  1. Run the command npm install then node src/app.js

  2. Open http://localhost:8888 to view in your browser

About

Spotify companion app for creating seamless, beat-matched transitions using the Spotify API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published