https://github.com/csbun/node-wttr.in
A node CLI for [wttr.in](https://github.com/chubin/wttr.in)
https://github.com/csbun/node-wttr.in
Last synced: 4 months ago
JSON representation
A node CLI for [wttr.in](https://github.com/chubin/wttr.in)
- Host: GitHub
- URL: https://github.com/csbun/node-wttr.in
- Owner: csbun
- License: mit
- Created: 2016-04-22T02:52:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-25T03:25:26.000Z (almost 9 years ago)
- Last Synced: 2024-12-11T06:49:12.166Z (4 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-wttr.in
A node CLI for [wttr.in](https://github.com/chubin/wttr.in)
## Install
```
npm i -g wttr
```## Usage
```
wttr [location] [options]
```### Options:
```
-h, --help output usage information
-V, --version output the version number
-M, --Moon [date] see the phase of the Moon
```### location:
```
# default for current location
paris # city name
muc # airport code (3 letters)
@stackoverflow.com # domain name
94107 # area codes
```