Krist14n / ngspotify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify Search Built with Angular 2

This app will help you search your favorite music artists by using the Spotify API.

Prerequisites

Node.js and npm are essential to Angular development.

Get it now if it's not already installed on your machine.

Verify that you are running at least node v4.x.x and npm 3.x.x by running node -v and npm -v in a terminal/console window. Older versions produce errors.

We recommend nvm for managing multiple versions of node and npm.

Create a new project based on the QuickStart

Clone this repo into new project folder (e.g., my-proj).

## Install npm packages

> See npm and nvm version notes above

Install the npm packages described in the `package.json` and verify that it works:

**Attention Windows Developers:  You must run all of these commands in administrator mode**.

```bash
npm install
npm start

About

License:MIT License


Languages

Language:JavaScript 60.0%Language:TypeScript 25.0%Language:HTML 13.6%Language:CSS 1.5%