0.2.3 • Published 10 years ago

meteo v0.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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 meteo

Usage

Using meteo is really simple, just type the following command:

$ meteo

Here'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'
0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago