Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/boristane/eclectic

A Spotify powered web-app to analyse how eclectic a user's music taste is.
https://github.com/boristane/eclectic

Last synced: about 9 hours ago
JSON representation

A Spotify powered web-app to analyse how eclectic a user's music taste is.

Awesome Lists containing this project

README

        

# eclectix

An interactive journey into your music taste, powered by Spotify.

## Environment Variables

| Variable | Description |
| --------------------- | ------------------------------------ |
| SPOTIFY_CLIENT_ID | The Spotify App client ID |
| SPOTIFY_CLIENT_SECRET | The Spotify App client secret |
| SPOTIFY_REDIRECT_URI | The Spotify App client redirect uri |
| SPOTIFY_DIALOG | Should the login dialof be displayed |
| MONGO_ATLAS_PASSWORD | The Mongo Atlas Password |
| MONGO_ATLAS_DATABASE | The Mongo Atlas Database |
| PORT | The service port |