Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 496 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 496 Bytes

joelbc-spotify

A simple SPA built with Vue and a Pinia store. Uses the Spotify Web API to list a user's top tracks and provide musical analysis of each track.

Screenshot of My Music page

Screenshot of track analysis

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build