Graphs and tables for your Spotify account.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
Kevin Mok 96b7a4a98c
Run on server, update dependencies
5 年前
api Fix duplicate key bug, set root url to login 5 年前
graphs Artist graph improvements 5 年前
login Run on server, update dependencies 5 年前
scripts Run on server, update dependencies 5 年前
spotifyvis Run on server, update dependencies 5 年前
static Run on server, update dependencies 5 年前
.gitignore Run on server, update dependencies 5 年前
LICENSE.md Added GPL license and MVP file 6 年前
README.md Run on server, update dependencies 5 年前
manage.py Split spotifyvis code into different apps (#47) 6 年前
requirements.txt Run on server, update dependencies 5 年前

README.md

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 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:
cd /path/to/new/virtual/environment
git clone https://github.com/Kevin-Mok/spotify-lib-vis
  1. Activate the virtual environment from the command line.
# activate.fish if you're using fish shell
source bin/activate
  1. cd into the repository root directory and install all dependencies using pip.
cd spotify-lib-vis
pip install -r requirements.txt
  1. Run reset_db.sh to create the database and start the server.
./scripts/reset_db.sh

Built With

Authors

License

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