npm.io
0.1.2 • Published 5 years ago

dhl-packstation-validation

Licence
ISC
Version
0.1.2
Deps
1
Size
6 kB
Vulns
0
Weekly
0
Stars
2

DHL Packstation validation

Description

This package helps to validate the address of a Packstation of DHL by its Number and the zip code. It also allows to retrieve a list of Packstationen close to the location of a zip code.

Usage

Packstation Address Validation
import { isValidAddress } from 'dhl-packstation-validation'

isValidAddress(<your zip code>, <your packstation number>).then((isValid) =>
 if (isValid) {
   // do something
 }
)
Retrieve List of Packstationen
import { listAddresses } from 'dhl-packstation-validation'

listAddresses(<your zip code>).then((list) => {
  // do something with the list
})

Keywords