Skip to content

xxgicoxx/sro.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sro.js

Node.js package for track Correios objects.

Features

  • Track Correios objects

Prerequisites

Installation

npm install sro.js

Example

const Correios = require('sro.js');

const correios = new Correios();

(async () => {
  try {
    const track = await correios.track('PX547037143BR');
    console.log(track);
  } catch (error) {
    console.error(error);
  }
})();

Built With

Authors

Acknowledgments

About

Node.js package for track Correios objects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published