Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:39:28.000Z (about 2 years ago)
- Last Synced: 2024-12-16T21:18:31.829Z (about 2 months ago)
- Topics: netlify, spotify, spotify-api, tailwindcss, vue, vue-cli
- Language: Vue
- Homepage: https://savemyspot.ca
- Size: 2.24 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Save my spot!
=============[![Netlify Status](https://api.netlify.com/api/v1/badges/f4dce046-18fe-4db0-b89b-68b7b2d7d5e8/deploy-status)](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`