Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nilusche/spotifyplaylistsync
- Owner: Nilusche
- Created: 2022-07-22T10:36:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T21:03:29.000Z (about 2 years ago)
- Last Synced: 2023-03-07T11:21:01.907Z (over 1 year ago)
- Topics: firebase, spotify, spotify-api, vue, vuejs
- Language: Vue
- Homepage: https://spotifyplaylistplatform.web.app/
- Size: 1.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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/).