https://github.com/reteps/spotlightify
A vue web app to display playlist overlap between 2 users.
https://github.com/reteps/spotlightify
nuxt spotify vue
Last synced: 3 months ago
JSON representation
A vue web app to display playlist overlap between 2 users.
- Host: GitHub
- URL: https://github.com/reteps/spotlightify
- Owner: reteps
- License: mit
- Created: 2020-05-01T05:35:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T19:45:26.000Z (over 3 years ago)
- Last Synced: 2023-03-02T20:46:15.715Z (over 3 years ago)
- Topics: nuxt, spotify, vue
- Language: Vue
- Homepage: https://www.spotlightify.tk
- Size: 2.4 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotlightify
> A project with spotify and nuxt.js
View the project live [here](https://spotify-nodes.herokuapp.com/).
## Build Static Nuxt Clone
```bash
$ npm install
$ npm run build
$ npm run start
$ npm run generate
```