An open API service indexing awesome lists of open source software.

https://github.com/thetedlab/spotistats

Spotify analytics and music data visualization service
https://github.com/thetedlab/spotistats

big-data docker javascript postgres python selenium spotify-web-api

Last synced: 3 months ago
JSON representation

Spotify analytics and music data visualization service

Awesome Lists containing this project

README

          

![spotistats_logo](https://github.com/TheTedLab/SpotiStats/assets/71270225/2fe17957-f07f-4e0b-80b6-2e27943d14d5)

[![unit tests workflow](https://github.com/TheTedLab/SpotiStats/actions/workflows/unit-tests.yaml/badge.svg)](https://github.com/TheTedLab/SpotiStats/actions/workflows/unit-tests.yaml)
[![coverage status](https://thetedlab.github.io/SpotiStats/coverage.svg)](https://thetedlab.github.io/SpotiStats/index.html)

## Table of contents
* [Introduction](https://github.com/TheTedLab/SpotiStats#introduction)
* [Contributors](https://github.com/TheTedLab/SpotiStats#contributors)
* [Setup](https://github.com/TheTedLab/SpotiStats#setup)
* [Screenshots](https://github.com/TheTedLab/SpotiStats#screenshots)

## Introduction
Spotify analytics and music data visualization service.

## Contributors
1. [TheTedLab](https://github.com/TheTedLab)
2. [Puncheglaz](https://github.com/Puncheglaz)
3. [Mephodio](https://github.com/Mephodio)

## Setup

Requires docker and docker-compose.

You can customize some parameters in `src/.env` file.

To start services:

```bash
cd src
sudo docker-compose up -d
```

Web-service will be available at port WEB_PORT (see .env).

To stop:

```bash
sudo docker-compose down
```

## Screenshots
interface