Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nilusche/spotifyplaylistsync

Platform to share Playlists and sync them onto Spotify
https://github.com/nilusche/spotifyplaylistsync

firebase spotify spotify-api vue vuejs

Last synced: 9 days ago
JSON representation

Platform to share Playlists and sync them onto Spotify

Awesome Lists containing this project

README

        

# Spotify Playlist Synchronizer
Platform to exchange playlist and add them to Spotify.

Build using Vue and Firebase.

Learned a ton about the Spotify-api, Firebase Authentication, Firebase Storage and the Composition API in Vue.
# Link
https://spotifyplaylistplatform.web.app/

## Quick Link to Software Requirements Specification
[SRS](SpotifyPlaylistSync_Software_Requirements_Specification.pdf)

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

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