https://github.com/bredele/meteo
Shell command to get the weather based on location
https://github.com/bredele/meteo
Last synced: over 1 year ago
JSON representation
Shell command to get the weather based on location
- Host: GitHub
- URL: https://github.com/bredele/meteo
- Owner: bredele
- License: mit
- Created: 2014-02-25T06:27:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-26T02:49:10.000Z (over 12 years ago)
- Last Synced: 2024-04-25T09:01:02.846Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 484 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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 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'