batch-address-parser
v1.0.10
Published
Address Parser Written in TypeScript
Downloads
6
Readme
Batch Address parser
Introduction
Batch address parser library can be used for parsing/normalizing physical addresses which is written in typescript.
Installation
If you're using NPM:
npm install batch-address-parser
For yarn:
```shell
yarn add batch-address-parser
Usage
The library can be used by importing it and call parseAddress(...)
with the address you'd like to parse.
import { parseAddress } from 'batch-address-parser';
const result = parseAddress('37 S Sur, Newport Coast, CA 92657');