https://github.com/victorcazanave/taiwan-weather-cli
A CLI for taiwan-weather node.js module
https://github.com/victorcazanave/taiwan-weather-cli
cli forecast nodejs open-data taiwan weather
Last synced: 2 days ago
JSON representation
A CLI for taiwan-weather node.js module
- Host: GitHub
- URL: https://github.com/victorcazanave/taiwan-weather-cli
- Owner: VictorCazanave
- License: mit
- Created: 2018-03-09T09:08:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-23T18:11:45.000Z (about 2 years ago)
- Last Synced: 2025-05-04T23:03:01.636Z (13 days ago)
- Topics: cli, forecast, nodejs, open-data, taiwan, weather
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# taiwan-weather-CLI
[](https://badge.fury.io/js/taiwan-weather-cli)
[](https://david-dm.org/VictorCazanave/taiwan-weather-cli)A CLI for [taiwan-weather](https://www.npmjs.com/package/taiwan-weather) node.js module.
This is just a wrapper that does not add any features.
## Installation
`npm install taiwan-weather-cli`## Usage
With default values:
`tw --api-key `
With options:
`tw --api-key [--loc ...] [--freq ...] [--lang ] [--ouput ] [--prefix ] [--json]`
## Documentation
CLI documentation: `tw --help`
Available values for [`--loc`](https://www.npmjs.com/package/taiwan-weather#dataenumloc), [`--freq`](https://www.npmjs.com/package/taiwan-weather#dataenumfreq) and [`--lang`](https://www.npmjs.com/package/taiwan-weather#dataenumlang).
## Example
`tw --api-key 1234-5678-ABCD-EFGH --loc TAIPEI_CITY HSINCHU_COUNTY --freq WEEKDAY --lang EN --output ./data --json`