1.1.4 • Published 6 months ago

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

Weekly downloads
-
License
ISC
Repository
github
Last release
6 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.4

6 months ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago