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":["******************", "******************"]}'
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.