kimar / dhl-nolp

A Node.js library for tracking DHL shipments using nolp.dhl.de 🚍

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DhlNolp

WARNING: This library uses JSDOM's JavaScript execution machanism which might potentially result in code injection vulnerabilities, given the DHL page contains malicious JavaScript. By using this library you agree that you're aware of this fact. The author won't be held accountable for any problems/malfunctions/losses/whatsoever results to you or your business when using this software. Please also read the LICENSE.

DHL Tracking Status

Track the status of a DHL parcel via https://nolp.dhl.de

Howto

const DhlNolp = require('./lib');

const tracker = new DhlNolp('443282422135');
tracker.status().then((status) => {
	console.log(status);
});

License

Please see LICENSE.md.

About

A Node.js library for tracking DHL shipments using nolp.dhl.de 🚍

License:MIT License


Languages

Language:JavaScript 100.0%