Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.09 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.09 KB

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