Skip to content

cyrstron/tune-hound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tune-hound

Spotify connection development setup

  1. Sigh up for Spotify
  2. Login to Spotify Dev Console
  3. Create new app
  4. Set redirect URI to http://127.0.0.1:3000/spotify-callback
  5. Copy Client ID & Client Secret from the app info panel
  6. Add them to root .env file as SPOTIFY_CLIENT_ID and SPOTIFY_CLIENT_SECRET
  7. Connect Spotify to the application

If you don't have Premium account

  1. Go to your Spotify App Player and click desktop icon near volume control
  2. Choose Tune Hound Preview Player

It is recommended to disable your ad blocker to avoid multiple error messages in your console

Deezer connection development setup

  1. Sign up for Deezer
  2. Login to Deezer Dev Console
  3. Create new app
  4. Set application domain to http://127.0.0.1:3000
  5. Set redirect URI to http://127.0.0.1:3000/deezer-channel
  6. Copy Application ID & Secret Key from the app info tab
  7. Add them to root .env file as DEEZER_PLAYER_ID and DEEZER_PLAYER_SECRET
  8. Enable Flash support in your browser to stream Deezer audio files in the app
  • Deezer SDK works properly only on 127.0.0.1. Do not use localhost!
  • Deezer SDK sometimes has problems with connection while devtools are open!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages