1.0.10 • Published 1 year ago

batch-address-parser v1.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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:
```bash
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');

Contributing

Testing

1.0.9

1 year ago

1.0.10

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago