Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sfantasy/node-weather

Get weather in terminals
https://github.com/sfantasy/node-weather

Last synced: 3 months ago
JSON representation

Get weather in terminals

Awesome Lists containing this project

README

        

# node-weather

[![Build Status](https://travis-ci.org/SFantasy/node-weather.svg)](https://travis-ci.org/SFantasy/node-weather)

[![NPM](https://nodei.co/npm/node-weather.png)](https://nodei.co/npm/node-weather/)

在终端中获取天气

## Install

```
[sudo] npm install node-weather [-g]
```

## Usage

- Look for help

```
node-weather -h (--help)
```

- Get weather info

```
node-weather 北京
```

## Screenshot

![screenshot](node-weather.png)

## License

The MIT License