simple-cargo-tracker

1.0.2 • Public • Published

Simple Cargo Tracking from DHL and Fedex

npm: https://www.npmjs.com/package/simple-cargo-tracker Example:

import tracking from "simple-cargo-tracker";

// Shipment Unified Cargo
tracking
  .dhl({ dhl_api_key: "12313121231", trackingNumberArray: ["123123123123"] })
  .then((res) => console.log(res));

// Tracking personal cargo packages
tracking.fedex.customerTracking({
  clientID: "123123123123",
  secretID: "123123123123",
  trackingNumberArray: ["123123123123"],
});

Package Sidebar

Install

npm i simple-cargo-tracker

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

15.4 kB

Total Files

7

Last publish

Collaborators

  • thefoxsnow