Skip to content

Retrieve FedEx tracking information directly through FedEx's API

License

Notifications You must be signed in to change notification settings

yuyaohshimo/FedExTracker

Repository files navigation

FedExTracker

FedExTracker is a tool that allows you to retrieve FedEx tracking information directly through FedEx's API. It takes a list of tracking numbers from an input file and outputs the current status of each package.

Using FedExTracker

To use FedExTracker, follow these steps:

  1. Install the dependencies
pnpm install
  1. Set up your environment
FEDEX_CLIENT_ID=your_client_id
FEDEX_CLIENT_SECRET=your_client_secret
  1. Update the input.csv file with your FedEx tracking numbers.
123456789012
987654321098
...
  1. Run the script
pnpm exec ts-node main.ts

You should see output similar to this:

123456789012,Delivered
987654321098,In Transit
...

About

Retrieve FedEx tracking information directly through FedEx's API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published