Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sfantasy/node-weather
- Owner: SFantasy
- Created: 2014-07-21T13:54:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-29T01:11:14.000Z (over 9 years ago)
- Last Synced: 2024-08-31T13:48:38.778Z (4 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.org/package/node-weather
- Size: 199 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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