@rastrear/acml

0.1.1 • Public • Published

azul-cargo-mercado-livre

Rastreamento de pacotes do Mercado Livre enviados pela Azul Cargo

Instalação

  npm i --save @rastrear/azul-cargo-mercado-livre

Exemplo

const rastrear = require('@rastrear/azul-cargo-mercado-livre');

rastrear.allEvents('1111111').then((res) => {
  console.log(res);
  // {
  //   number: '111-11111111',
  //   events: [
  //     {
  //       status: '250 - Corte De Carga Do Veiculo',
  //       date: '14/04/2020 20:57',
  //       location: 'MELP2 - GUARULHOS / SP'
  //     },
  //     {
  //       status: '100 - Emissao Do Conhecimento De Transporte.',
  //       date: '14/04/2020 20:38',
  //       location: 'MELP2 - GUARULHOS / SP'
  //     },
  //     ...
  //   ]
  // }
});

Package Sidebar

Install

npm i @rastrear/acml

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

4.17 kB

Total Files

6

Last publish

Collaborators

  • micaelsouza