This is a Polymer App using Web Component that implements a Search component for searching albums, play or save it as favorite, using the Spotify API.
Download or clone the project:
npm install -g bower
npm install -g polymer-cli
bower install
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.
Builds the app for production to the build
folder.
It correctly bundles Polymer in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Here’s a few resources that helped me out along the way:
Docs
- Polymer Docs: https://www.polymer-project.org/1.0/docs/devguide/feature-overview
- Spotify Web API: https://developer.spotify.com/web-api/
Read / written something helpful? Let me know and I’ll include it!
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.