Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/boristane/eclectic
- Owner: boristane
- Created: 2019-06-29T11:55:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:03:53.000Z (about 2 years ago)
- Last Synced: 2023-03-05T17:50:48.436Z (almost 2 years ago)
- Language: TypeScript
- Size: 2.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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 |