Listify is a tool to convert a Spotify playlist into a simple text list of tracks.
This repo if for those who want to submit contributions or fork and make their own version.
You will need a Spotify application registered to host your own version of Listify.
Important Note:
The "/docs" folder is the live website. Pull requests regarding this folder will be ignored.
Please use the "src" folder for changes, issues and pull requests.
To host your own you will need to make changes on lines 66 & 67 of "js/listify.js".
(See docs/js/listify.js for a real world example.)
var CLIENT_ID = 'YOUR_SPOTIFY_APP_CLIENT_KEY';
var REDIRECT_URI = 'THE_LOCATION_OF_AUTH.HTML';
If you get use from, or make something else with Listify then please consider showing some love. <3
BTC - 1Q1Q4LZK8ghrcX6jxxuPa95bwvu6bVUdsY

