Skip to content

Open source program developed to simplify parcel tracking.

License

Notifications You must be signed in to change notification settings

RomaBilka/parcel-tracking

Repository files navigation

Parcel Tracking

Open-source program that developed to simplify parcel tracking. You can find you parcel from UPS, Ukrposhta, USPS, Nova Poshta, MeestExpress and much others just by calling the single api endpoint:

You must use the POST method, and JSON array track_id

curl -X POST /tracking
   -H 'Content-Type: application/json'
   -d '{"track_id":["******************", "******************"]}'

Carriers

Config

Config

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

License

MIT