jmtellez / CLI-mate

Node CLI app that gives you the weather forecast for a given city.
6 stars 10 forks source link

Units Flag #4

Closed jmtellez closed 3 years ago

jmtellez commented 3 years ago

Weather data is returned in Fahrenheit. Add flag to pass desired units (check WeatherStack API for units)

MKPATH2015 commented 3 years ago

Can I work on this?

aaronzshey commented 3 years ago

Should this flag consume input, or just be -C or -F and -K? I can work with @MKPATH2015

jmtellez commented 3 years ago

Flag should consume inputs. WeatherStack API has a section on units be default is Fahrenheit.

It could be something like cli-mate <location> --u=m