An open API service indexing awesome lists of open source software.

https://github.com/yassinesabri/spotifyengine

This Is an AngularJS 2 app that uses the Spotify web API to search for artists and display their albums and track listings.
https://github.com/yassinesabri/spotifyengine

angular-2 typescript

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
- [node.js](http://nodejs.org/)
- [git](http://git-scm.com/)

2. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC)

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

3. CD to the folder

`cd SpotifyEngine`

4. Run the following to install the project dependencies:

`npm install`

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

`npm start`