Spotify Music Search Project

This is a simple music search built using the [Spotify Web API]. For trying it out, you can clone the project and run it locally.

You dont need to signup or log in, just click the enter icon and you are ready start searching.

Biuld Process

  • This project was biult using vs studio.
  • using 'easy sass extension' from the extension store, I converted the scss to a css file.

You will need to run a server. The example is ready to work in the port 8000, so you can do with python:

$ python -m SimpleHTTPServer 8000

and open http://localhost:8000 in a browser. (This requires python to be installed on your machine.)

OR

You can do so by running a server with nodejs(You will need to install this). just run:

$ reload -b

this will open the project with your default browser and reloads automatically each time you make a change. Mind you this could bit buggy.

Features

  • Search for tracks.
  • Render track and album information.

Included from other projects.

  • displaytime.js from a previous project.
  • api.js from a previous project.
  • anchorsmoothscroll.js from another project.
  • playlistcover.js and responsive cover.js.

Biult with

  • Bracket.io for easy scss editing.
  • google chrome inspector to detect errors.

Built With

Share this project:

Updates