ispot 0.2.0

Convert iTunes playlists to Spotify playlists.
Documentation

ispot

Convert iTunes playlists to Spotify playlists.

WARNING: This project is a work in progress.

Run

# Clone the repo
git clone https://github.com/qstorey/ispot

# Run
cd ispot
cargo run --
# or
cargo run -- --help

Development

# Clone the repo
git clone https://github.com/qstorey/ispot

# Build a debug version
cd ispot
cargo build

# Run the unit tests
cargo test