Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.
/ dhl-nolp Public archive

A Node.js library for tracking DHL shipments using nolp.dhl.de ๐Ÿš

License

Notifications You must be signed in to change notification settings

kimar/dhl-nolp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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 ๐Ÿš

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published