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)
- Host: GitHub
- URL: https://github.com/lancegin/ws
- Owner: LanceGin
- License: mit
- Created: 2017-05-30T14:02:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T14:44:21.000Z (about 9 years ago)
- Last Synced: 2025-03-27T18:21:23.041Z (about 1 year ago)
- Topics: perl, perl5, terminal, weather, weather-forecast
- Language: Perl
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## • Get the weather forecast

# Usage
## 1. get the live weather.(it's also the default feature)
ws CITY
## 2. get the weather forecast.
ws -a CITY
# Api
TODO......