Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 543 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 543 Bytes

Spotify Stats

Setup

# Clone the repo
git clone [email protected]:jbrown1618/spotify-stats.git
cd spotify-stats

script/setup

# Edit .env to include your Spotify credentials and desired output path

python ./main.py

# Exit the virtual environment
deactivate

Start the server

script/server

And navigate to http://localhost:5000

Start the server with live client reloading

In two separate terminals, run:

script/server
script/client-dev

And navigate to http://localhost:5173