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

https://github.com/st2-ev/equalist

Create a playlist that all your friends love!
https://github.com/st2-ev/equalist

fastapi playlist-generator python spotify-api vuejs

Last synced: about 1 month ago
JSON representation

Create a playlist that all your friends love!

Awesome Lists containing this project

README

          

# Equalist
A group playlist creator that takes your and your friends spotify history into account.

Link to app: [equalist.vercel.app](https://equalist.vercel.app/)

https://github.com/user-attachments/assets/41cd0e30-a02e-482f-b66f-01c18a11d5dc

### Run
##### backend:

```cd backend``` \
best setup a venv now \
```pip install -r requirements.txt``` \
```python3 -m uvicorn api.main:app --host 0.0.0.0 --port 8000```

##### frontend:
```cd frontend```
```npm run dev```