examples
Display your favorites spots:
$ winds-up-client --user blah --password blahDisplay a summary of your favorites spots, loging in with lastpass-cli:
$ winds-up-client --lpass --shortDisplay an ultrashort summary of your favorites spots (wind speed, wind direction, first letter of each spot):
$ winds-up-client --lpass --ultrashort
B19↓S9↓P17↘S?V5↓neovim plugin
install neovim gem:
$ gem install neovimAdd to your vim config this repo as a plugin (here for vimplug):
Plug 'yazgoo/winds-up-client', { 'do' : ':UpdateRemotePlugins' }
This adds :WindsUp command which will set g:windsup variable to an ultrashort wind report.