A web application that uses Spotify's Web API to generate a collage for your top tracks & top artists and display audio features (see example below).
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone git@github.com:mudassarzahid/miniwrap.git
- Create a virtual environment for the backend and activate it
cd backend python3 -m venv venv source venv/bin/activate
- Install required modules and run the backend
pip install -r requirements.txt python app.py
- Open another tab for the frontend, install required modules and run the frontend
cd webapp yarn install yarn start
Mudassar Zahid - @mudassar_z - mudassar.ahmad.zahid@gmail.com
Project Link: https://github.com/mudassarzahid/miniwrap