______________ _______
___ __ \__ / / /__ /
__ / / /_ /_/ /__ /
_ /_/ /_ __ / _ /___
/_____/ /_/ /_/ /_____/
~ DHL Tracker CLI 1.0 ~
You must have an eligible Tracking Code for the shipment and an API Key subscription which is specified in the request header.
DHL Tracker CLI requires an API key. To run it:
- Obtain your API key from Developer DHL
- Set Environment Variable
export API_KEY="YOUR_DHL_API_KEY"
Replace "YOUR_DHL_API_KEY"
with your API key value
go build main.go tracking.go
./main -tracking RR000000001DE
or with Docker
docker pull rubnsbarbosa/dhl
docker run -e API_KEY=YOUR_DHL_API_KEY dhl -tracking RR000000001DE
- Find more details about the docker image on Docker Hub - rubnsbarbosa/dhl
- Find the steps on how to obtain your API key from Developer DHL Shipment Tracking Unified API
This repository is licensed under the MIT License