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

https://github.com/lancegin/ws

A weather forecast tool running in the shell. (Perl learning demo)
https://github.com/lancegin/ws

perl perl5 terminal weather weather-forecast

Last synced: about 2 months ago
JSON representation

A weather forecast tool running in the shell. (Perl learning demo)

Awesome Lists containing this project

README

          

# ws

> 'ws' means 'weather shell', it helps you to get the live weather or weather forecast of a place in a terminal. The weather datas based on GAODE weather forecast api.

# Feature

## • Get the live weather

![alt text](http://wx3.sinaimg.cn/large/89243dfbly1fg4u3f0ue8g20ci064gn1.gif "Title")

## • Get the weather forecast

![alt text](http://wx1.sinaimg.cn/mw690/89243dfbly1fg4u3f1553g20fw096jsp.gif "Title")

# Usage

## 1. get the live weather.(it's also the default feature)

ws CITY

## 2. get the weather forecast.

ws -a CITY

# Api

TODO......