ersel / spotify-cli-mac

🎶 A nodejs app to control Spotify without leaving your terminal. 🎶
MIT License
182 stars 28 forks source link

Enhance Update Required Notification #30

Closed ersel closed 5 years ago

ersel commented 6 years ago

Update notifications from this library looks pretty cool: https://github.com/yeoman/update-notifier

However, there seems to be an issue with it. https://github.com/yeoman/update-notifier/issues/67

So we could still use our check logic but copy the representation format from the update-notifier library.

To do this we'll need the boxen library and adapt following lines of code: https://github.com/yeoman/update-notifier/blob/master/index.js#L110-L128

ersel commented 5 years ago

happy with what we have