1.0.10 • Published 2 years ago

batch-address-parser v1.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.0.10

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago