This fully client-side application leverages the Spotify Search API to allow users to search for an artist:
-
Run
npm installto install all the node dependencies. -
Run
npm startto precompile the Handlebars templates, and start the http server. -
Go to
http://localhost:3000. -
Search away, friend.
- Displays popular artists on first load.
- Searching for artists on Spotify, displaying relevant attributes like popularity and number of followers.
- "Infinite" scrolling.
- Responsive CSS design via media queries, CSS flexbox, etc.
- HTML, CSS, JavaScript
- jQuery
- Handlebars.js
- Lodash.js
- Font Awesome
- Bootstrap
- Clean up CSS code using a pre-processor like Less.
