/SpotifyEngine

This Is an AngularJS 2 app that uses the Spotify web API to search for artists and display their albums and track listings.

Primary LanguageTypeScriptMIT LicenseMIT

SpotifyEngine

AngularJS 2 application that uses the Spotify web API to search for artists and display their albums and track listings.

Instructions

  1. Make sure you have these installed
  1. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC)

    git clone https://github.com/yassinesabri/SpotifyEngine.git

  2. CD to the folder

    cd SpotifyEngine

  3. Run the following to install the project dependencies:

    npm install

  4. Run the npm start command to build the code, watch for file changes, and serve up the site locally:

    npm start