Skip to content

Spotify top songs & top artists collage generator and audio features display

Notifications You must be signed in to change notification settings

mudassarzahid/mini-wrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Wrap for Spotify

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).

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
    git clone [email protected]:mudassarzahid/miniwrap.git
  2. Create a virtual environment for the backend and activate it
    cd backend
    python3 -m venv venv
    source venv/bin/activate
  3. Install required modules and run the backend
    pip install -r requirements.txt
    python app.py
  4. Open another tab for the frontend, install required modules and run the frontend
    cd webapp
    yarn install
    yarn start

Usage example

example

Contact

Mudassar Zahid - @mudassar_z - [email protected]

Project Link: https://github.com/mudassarzahid/miniwrap

About

Spotify top songs & top artists collage generator and audio features display

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published