fedex-web-tracker

1.0.1 • Public • Published

fedex-web-tracker

Experimental web tracker designed to scrub tracking information from fedex website.

NOTE: I developed this for experimental personal usage. You should use the official FedEx API to retrieve this information.

Install

npm install fedex-web-tracker

Usage

const fedexWebTracker = require('fedex-web-tracker');
 
fedexWebTracker.get('12345678901', result => {
        console.log(result)
    })
 
fedexWebTracker.getBatch([
        '12345678901',
        '10987654321'
    ], result => {
        console.log(result)
    })
 

Readme

Keywords

none

Package Sidebar

Install

npm i fedex-web-tracker

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • eliashussary