correoschile

0.1.0 • Public • Published

correoschile

Check shipping status in correoschile

Instalation

npm i --save correoschile

Usage

var chilexpress = require('chilexpress');
 
correoschile('111111111111')
    .then(function(res){
        console.log(res); // {"information":{"envio":"111111111111","entregado_a":"","fecha_entrega":"20/04/2016 13:25","rut":""},"history":[{"state":"ENVIO ENTREGADO","datetime":"20/04/2016 13:25","place":"LAS CONDES CDP 10"},..]}
    })
    .catch(funciton(res) {
        // error :(
    });
 

Package Sidebar

Install

npm i correoschile

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • victorsanmartin