sro.js

1.0.2 • Public • Published

sro.js

Node.js package for 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

Package Sidebar

Install

npm i sro.js

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

517 kB

Total Files

14

Last publish

Collaborators

  • xxgicoxx