https://github.com/lgaticaq/codigo-postal-cli
Get postal code from Correos de Chile CLI
https://github.com/lgaticaq/codigo-postal-cli
chile cli codigo-postal postal-code zip
Last synced: 7 months ago
JSON representation
Get postal code from Correos de Chile CLI
- Host: GitHub
- URL: https://github.com/lgaticaq/codigo-postal-cli
- Owner: lgaticaq
- License: mit
- Created: 2016-01-04T22:46:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T20:17:48.000Z (about 1 year ago)
- Last Synced: 2024-11-15T21:21:59.298Z (about 1 year ago)
- Topics: chile, cli, codigo-postal, postal-code, zip
- Language: JavaScript
- Size: 1.14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# codigo-postal-cli
[](https://www.npmjs.com/package/codigo-postal-cli)
[](https://www.npmjs.com/package/codigo-postal-cli)
[](https://travis-ci.org/lgaticaq/codigo-postal-cli)
[](https://coveralls.io/github/lgaticaq/codigo-postal-cli?branch=master)
[](https://codeclimate.com/github/lgaticaq/codigo-postal-cli/maintainability)
[](https://david-dm.org/lgaticaq/codigo-postal-cli#info=dependencies)
[](https://david-dm.org/lgaticaq/codigo-postal-cli#info=devDependencies)
> Get postal code from Correos de Chile CLI
## Installation
```bash
npm i -g codigo-postal-cli
```
## Use
```bash
codigo-postal
Usage: codigo-postal -a -n -c
CLI para obtener el Código Postal
Options:
-h, --help output usage information
-V, --version output the version number
-a, --calle [calle] Agregar calle
-n, --numero [numero] Agregar numero
-c, --comuna [comuna] Agregar comuna
-x, --copy Copiar al portapapeles
```
## Example
```bash
codigo-postal -a "avenida siempre viva" -n 742 -c springfield -x
```
## Licencia
[MIT](https://tldrlegal.com/license/mit-license)