Convert iTunes playlists to Spotify playlists.
WARNING: This project is a work in progress.
Register your Spotify application in the developer dashboard.
bash
cargo install ispot
```
ispot auth
ispot spotify match-playlist /path/to/itunes/playlist
ispot --help ```
```bash
git clone https://github.com/qstorey/ispot
cd ispot cargo build
cargo test ```