Kevin Mok 68c1c85ebd Artist graph improvements
- title
- full artist name on multiple lines
- responsive and fit screen (#63)

Other:
- added creating db to README
- added script to update requirements
  - updated requirements
2019-04-17 07:08:38 -04:00
2019-03-07 08:21:36 -05:00
2019-04-17 07:08:38 -04:00
2019-03-07 06:06:45 -05:00
2019-04-17 07:08:38 -04:00
2019-04-17 07:08:38 -04:00
2018-03-11 00:35:41 -05:00
2019-04-17 07:08:38 -04:00
2019-04-17 07:08:38 -04:00
2019-04-17 07:08:38 -04:00
2019-04-17 07:08:38 -04:00

Spotify Data Visualizer

See charts of the artists, genres and features of tracks in your library. Also keep track of your listening history.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Before starting the setup, make sure Python 3.6 and PostgreSQL is installed on your system.

Installing

  1. Use the pip tool to install virtualenv. See this guide for further details.
pip install --user pipenv
  1. Create a virtual environment.
python3 -m venv /path/to/new/virtual/environment
  1. cd into the directory you just created a virtual environment in, and clone the GitHub repo:
git clone https://github.com/Kevin-Mok/spotify-lib-vis
  1. Activate the virtual environment from the command line.
source bin/activate
  1. cd into the repository root directory and install all dependencies using pip.
pip install -r requirements.txt
  1. Run reset_db.sh to create the database and start the server.
cd src && ./reset_db.sh

Built With

Authors

License

This project is licensed under the GPL License - see the LICENSE.md file for details.

Description
Graphs and tables for your Spotify account.
Readme 872 KiB
Languages
CSS 64.9%
Python 20.2%
JavaScript 6.1%
HTML 4.3%
SCSS 3.9%
Other 0.6%