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

https://github.com/cassioscabral/playlist-creator

Playlist creator and manager app using Spotify API
https://github.com/cassioscabral/playlist-creator

music playlist playlist-generator spotify spotify-api vue vue2 vuejs

Last synced: 3 months ago
JSON representation

Playlist creator and manager app using Spotify API

Awesome Lists containing this project

README

          

# playlist-creator

V3 is in working progress.

Check the latest demo here: https://playlist-creator-v3.vercel.app/

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Run your unit tests
```
yarn test:unit
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).