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.
- Host: GitHub
- URL: https://github.com/yassinesabri/spotifyengine
- Owner: yassinesabri
- License: mit
- Created: 2017-04-07T17:09:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T02:41:42.000Z (almost 9 years ago)
- Last Synced: 2025-01-07T16:43:19.456Z (about 1 year ago)
- Topics: angular-2, typescript
- Language: TypeScript
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`