mudassarzahid / mini-wrap

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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 - mudassar.ahmad.zahid@gmail.com

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

About

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


Languages

Language:JavaScript 45.2%Language:Python 27.3%Language:CSS 19.0%Language:HTML 8.5%