Skip to content

philnielsen/trisongulate

Repository files navigation

trisongulate

Take three songs and recommend a playlist of songs.

Running UI

  1. go install ./...
  2. fill in a local.env with Spotify creds
  3. trisongulate server
  4. navigate to http://localhost:8080/ in your browser
  5. Search for tunes!

To Run Headless

  1. go install ./...
  2. fill in local.env with Spotify creds
  3. trisongulate -t "ramble on" -t "baba o'riley" -t "we will rock you"
  4. Enjoy those tunes that are spit out!

Awesome Libraries Used