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: about 2 months ago
JSON representation
Platform to share Playlists and sync them onto Spotify
- Host: GitHub
- URL: https://github.com/nilusche/spotifyplaylistsync
- Owner: Nilusche
- Created: 2022-07-22T10:36:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T21:17:13.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T21:46:05.321Z (over 1 year ago)
- Topics: firebase, spotify, spotify-api, vue, vuejs
- Language: Vue
- Homepage: https://spotifyplaylistplatform.web.app/
- Size: 3.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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/).