Skip to content

EricLambrecht/spotify-magician

Repository files navigation

Build Status dependencies Status devDependencies Status Commitizen friendly

Spotify Magician

A playlist editor for Spotify

Live App: https://spotify-magician.now.sh

This project is an attempt to improve the playlist editing (and visualization) capabilities of Spotify. So far, this is a purely client based web app. It's built with VueJS and the Spotify Web API (using this wrapper).

Build Setup

You will need the following tools if you want to setup this project locally:

  • Node
  • npm >= 5.2 (comes with Node)

Install packages and run a local development server using the following npm scripts:

# install dependencies
npm install

# serve app with hot module reloading on localhost:8080
npm run start

Contributing

See CONTRIBUTING.md