https://github.com/bakerkretzmar/save-my-spot
Download your Spotify playlists as Excel spreadsheets. Just in case.
https://github.com/bakerkretzmar/save-my-spot
netlify spotify spotify-api tailwindcss vue vue-cli
Last synced: 23 days ago
JSON representation
Download your Spotify playlists as Excel spreadsheets. Just in case.
- Host: GitHub
- URL: https://github.com/bakerkretzmar/save-my-spot
- Owner: bakerkretzmar
- License: mit
- Created: 2019-02-22T01:57:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:39:28.000Z (over 2 years ago)
- Last Synced: 2025-03-28T17:56:54.511Z (about 1 month ago)
- Topics: netlify, spotify, spotify-api, tailwindcss, vue, vue-cli
- Language: Vue
- Homepage: https://savemyspot.ca
- Size: 2.24 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Save my spot!
=============[](https://app.netlify.com/sites/awesome-hermann-207806/deploys)
A web app to download your Spotify playlists as Excel spreadsheets. Just in case.
Project structure based on [`adamwathan/vue-cli3-tailwind-purge`](https://github.com/adamwathan/vue-cli3-tailwind-purge).
Developing
----------Setup: `npm install`
Compile and hot-reload: `npm run serve`
Compile and minify for production: `npm run build`
Run tests: `npm run test`
Lint and fix files: `npm run lint`