0.0
No release in over 3 years
Low commit activity in last 3 years
Allows to access winds-up.com on the CLI
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1
~> 2.1
~> 2.7
~> 2.0
~> 2.1
 Project Readme

examples

Display your favorites spots:

$ winds-up-client --user blah --password blah

Display a summary of your favorites spots, loging in with lastpass-cli:

$ winds-up-client --lpass --short

Display 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 neovim

Add 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.