Skip to content

Australia Address Parser is a regex-based street address and street intersection parser for Australia. It's basic goal is parsing user-provided address strings into parts, thus identify the street type (that Google API is not providing).

hjbolide/australia-address-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Australia Address Parser

Australia Address Parser is a regex-based street address and street intersection parser for Australia🇦🇺. It's basic goal is parsing user-provided address strings into parts, thus identify the street type (that Google API is not providing).

Project Version Status

v1.0.1

This project is a fork of https://github.com/pay-k/australia-address-parser and https://github.com/gordonlkc/autralia-address-parser, I converted it into typescript and fixed a bug in unit address matching.

Please refer to src/parser.test.ts for usage.

About

Australia Address Parser is a regex-based street address and street intersection parser for Australia. It's basic goal is parsing user-provided address strings into parts, thus identify the street type (that Google API is not providing).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.5%
  • JavaScript 0.5%