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

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.

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
```