@cityssm/street-name-normalize
v0.1.1
Published
Takes street names with various abbreviations and attempts to expand them.
Maintainers
Readme
Street Name Normalize
Takes street names with various abbreviations and attempts to expand them.
Installation
npm install @cityssm/street-name-normalizeUsage
import { normalizeStreetName } from '@cityssm/street-name-normalize'
// Sault Ste. Marie, Ontario specific settings
import { normalizeSsmStreetName } from '@cityssm/street-name-normalize/ssm.js'
normalizeStreetName('1st Ave')
// => FIRST AVENUE
normalizeSsmStreetName('ST GEORGES AVE E')
// => ST. GEORGE'S AVENUE EASTFeatures
- Typescript support.
- Expands common street name type abbreviations.
