An open API service indexing awesome lists of open source software.

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)

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
```