joshuathompson / baton

CLI to manage Spotify playback
MIT License
200 stars 12 forks source link

Share shows API URL #15

Closed cassiobock closed 5 years ago

cassiobock commented 6 years ago

Using baton share outputs the URI and the API urls, where it should replace or include some "shareable" URL.

Current output:

baton share  
URI: spotify:track:2OBgZrayUVupeEtt1eu2V4
URL: https://api.spotify.com/v1/tracks/2OBgZrayUVupeEtt1eu2V4

It should include some URL that I could send to someone, e.g.: https://open.spotify.com/track/2OBgZrayUVupeEtt1eu2V4

joshuathompson commented 5 years ago

This was added in your PR #18. Thanks for the contribution!