Skip to content

mi-art/spotify-plus-youtube-controller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

127 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spotify and Youtube, on the same page.

Switch between Spotify (Premium) and Youtube playback from a single web-page: spotify-youtube.netlify.app.

Details

Alternative server

If link above goes down, same page is hosted under mi-art.github.io

Privacy

No data is stored, all javascript runs in the browser.

API keys

Spotify and Google API keys are restricted to mi-art.github.io and spotify-youtube.netlify.com.

See:

Local testing

Can be tested locally with python 3, assuming you use your own keys that allow http://localhost:8888 domain

cd ./client-side
python3 -m http.server 8888

Other

  • spotify api calls inspired from https://github.com/watsonbox/exportify and https://github.com/possan/playlistcreator-example
  • made with absolutely no experience in web dev before that project, feel free to send review comments
  • future:
    • UI: configurable number of search result, tracks' thumbnails, paypal button to become rich
    • have a server variant to allow background token refresh
    • make use of spotify playback sdk to play from there directly

About

Spotify and Youtube, on the same page.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.4%
  • HTML 34.3%
  • Shell 0.3%