batch-address-parser
TypeScript icon, indicating that this package has built-in type declarations

1.0.10 • Public • Published

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');

Contributing

Testing

Readme

Keywords

Package Sidebar

Install

npm i batch-address-parser

Weekly Downloads

4

Version

1.0.10

License

ISC

Unpacked Size

2.1 MB

Total Files

68

Last publish

Collaborators

  • neha-batch