node-sigep
v0.0.2
Published
NodeJS interface to work with Correios' SIGEP Web
Downloads
2
Readme
node-sigep
:construction: work in progress
Usage
import sigep from 'sigep';
const serviceId = 104625;
async function myAsyncFunction() {
sigep()(serviceId);
}