Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`