1.0.0 • Published 2 years ago

spotify-to-jekyll v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
2 years ago

spotify-to-jekyll

Turn a Spotify playlist into a Jekyll post.

Set up

  1. Create a Spotify app.
  2. From terminal, export the following variables using the information from your Spotify app:
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
1.0.0

2 years ago

0.3.2

4 years ago

0.4.0

4 years ago

0.3.3

4 years ago

0.3.1

4 years ago

0.2.0

4 years ago