1.1.3 • Published 2 months ago

parse-dhl-remote-area-pdf-to-json v1.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago
           # DHL remote area

output.json is the file that is converted from https://mydhl.express.dhl/content/dam/downloads/global/en/remote-areas/dhl_express_remote_areas_en.pdf.coredownload.pdf

The output is a list of the following interface.

interface RemoteAreaItem {
  country: string;
  cityOrState?: string;
  zipRange?: string[];
  zip?: string;
}

Last generated on 20/12/2023 GMT+8

Installing

Package manager

Using npm:

npm i parse-dhl-remote-area-pdf-to-json

Usage

ESM

import countries from 'parse-dhl-remote-area-pdf-to-json';

CommonJS

const countries = require('parse-dhl-remote-area-pdf-to-json');
1.1.1

2 months ago

1.1.0

2 months ago

1.1.3

2 months ago

1.1.2

2 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago