Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcosisocram/rastreio
Saiba onde estão suas encomendas
https://github.com/marcosisocram/rastreio
babeljs correios node rastreio rest-api
Last synced: 3 months ago
JSON representation
Saiba onde estão suas encomendas
- Host: GitHub
- URL: https://github.com/marcosisocram/rastreio
- Owner: marcosisocram
- License: other
- Created: 2016-07-10T00:06:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-12T13:58:08.000Z (over 8 years ago)
- Last Synced: 2024-09-29T06:22:03.474Z (4 months ago)
- Topics: babeljs, correios, node, rastreio, rest-api
- Language: JavaScript
- Size: 16.6 KB
- Stars: 17
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# rastreio
> Saiba onde estão suas encomendas[![Build Status](https://travis-ci.org/marcosisocram/rastreio.svg?branch=master)](https://travis-ci.org/marcosisocram/rastreio)
[![Coverage Status](https://coveralls.io/repos/github/marcosisocram/rastreio/badge.svg?branch=master)](https://coveralls.io/github/marcosisocram/rastreio?branch=master)
[![Junte-se ao chat em https://gitter.im/marcosisocram/rastreio](https://badges.gitter.im/marcosisocram/rastreio.svg)](https://gitter.im/marcosisocram/rastreio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Feito Com Café](https://img.shields.io/badge/feito%20com-caf%C3%A9-lightgrey.svg)](https://img.shields.io/badge/Feito%20Com-Caf%C3%A9-lightgrey.svg)---
## Instalação
```sh
$ npm install --global rastreio
```## Uso
```sh
$ rastreio ... [--json] [--xml] [--humanize] [--ultimo] [--todos]
$ cat | rastreio <--stdin>
```## Opções
```
Padrão: --todos --humanize
--help Mostra a ajuda
--version Mostra a versão
--todos, -t Todos os eventos
--ultimo, -u Somente o ultimo evento
--xml, -x A saida será xml
--json, -j A saida será json
--humanize, -h A saida será mais "humana"
--stdin Entrada padrão
```## Exemplos
```sh
$ rastreio TE123456785AB
```
```sh
> TE123456785AB - TESTE (OBJETO PARA TREINAMENTO) - OBJETO INTERNACIONAL04/02/2016 11:35 EM CDD BELO HORIZONTE, BELO HORIZONTE - MG
OBJETO ENCAMINHADO PARA CTCE UBERABA, UBERABA - MG
```
---
```sh
$ rastreio TE123456785AB --json
```
```json
{
"versao": "2.0",
"qtd": "1",
"objeto": {
"numero": "TE123456785AB",
"sigla": "TE",
"nome": "TESTE (OBJETO PARA TREINAMENTO)",
"categoria": "OBJETO INTERNACIONAL",
"evento": {
"tipo": "RO",
"status": "01",
"data": "04/02/2016",
"hora": "11:35",
"descricao": "Objeto encaminhado",
"local": "CDD BELO HORIZONTE",
"codigo": "30107970",
"cidade": "BELO HORIZONTE",
"uf": "MG",
"destino": {
"local": "CTCE UBERABA",
"codigo": "38018970",
"cidade": "UBERABA",
"bairro": "CENTRO",
"uf": "MG"
}
}
}
}
```
---
```sh
$ rastreio TE123456785AB --xml
```
```xml2.0
1
TE123456785AB
TE
TESTE (OBJETO PARA TREINAMENTO)
OBJETO INTERNACIONAL
RO
01
04/02/2016
11:35
Objeto encaminhado
CDD BELO HORIZONTE
30107970
BELO HORIZONTE
MG
CTCE UBERABA
38018970
UBERABA
CENTRO
MG
```
## Licença[MIT](http://mp.mit-license.org/) © Marcos Paulo