A Spotify App written in Angular 8 which visualises the relationships between artists
NodeJS Required
- Obtain Client ID and Secret from https://developer.spotify.com/dashboard, add redirect URI (location of app, most likely http://localhost:4200 if local)
- Edit app.component.ts with Client ID & Secret
yarn
npm start
- You might also need to run
npm install -g @angular/cli
