meteo
v0.2.3
Published
Command line to get the weather based on location.
Readme
meteo
Shell command to get the weather based on location
I'm french and living in Calgary Canada since a few months. I realized when I first came how much important it is to know the weather (especially when the temperature nears the -40°C!).
Also I spend most of my time on my command shell and I figured it would be great to get the weather forecast in a simple command line. So here it is.
Installation
$ npm install -g meteoUsage
Using meteo is really simple, just type the following command:
$ meteoHere's the different options :
weather [OPTION]...
Print the current weather conditions and forecast.
Options:
-l Weather location.
-u Temperature unit (c/f).meteo is smart and saves the last known location or units.
Example
Displays the weather in Paris in fahrenheit:
$ meteo -l 'paris' -u 'f'