Turn a Spotify playlist into a Jekyll post.
echo "export SpotifyClientID=0000ffff0000ffff0000ffff0000ffff0000ffff" >> ~/.bash_profile
echo "export SpotifyClientSecret=0000ffff0000ffff0000ffff0000ffff0000ffff" >> ~/.bash_profile
Install the app:
npm install spotify-to-jekyll
Open the directory you wish to download the Spotify playlist and run in terminal:
spotify-to-jekyll <playlist-id>
You can find your playlist's ID in its URL.
Options:
# change the default location of your posts folder
spotify-to-jekyll <playlist-id> --postsDir=_posts
# change the default location of your image folder
spotify-to-jekyll <playlist-id> --imgDir=images