Skip to content

idelsink/spotify-track-preview

Repository files navigation

Spotify track preview Build Status

Web player to play the Spotify track preview.

Most songs on Spotify have a small track preview. This web application can be used to search play and share the Spotify track preview.

Player preview

I do not own the images and other copyrighted material in the image above. The image above is a mere example of the possible outcome of the above displayed search query using the Spotify WEB API. The fact that I use the above displayed search query is only because I am a fan of the work of the above displayed artists.

Accessing the application

This application is hosted using Github pages on ingmar.dels.ink/spotify-track-preview.

Running it locally

  1. Clone the repository
  2. Install the dependencies using npm install
  3. Optionally, change the ClientID with your own ClientID in the app-info.js file. The ClientID is used for authentication against the Spotify Web API. See: Authorization Guide
  4. Start the live development server with npm run serve

Thanks!

Thanks to all the maintainers of the packages used in this small application!

License

You can check out the full license here

This project is licensed under the terms of the MIT license.