1.0.5 • Published 5 years ago

alexa-street-address v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Alexa Street Address

A node module to parse spoken street addresses into a common format

Installing

npm install --save alexa-street-address

Example

const { getFriendlyAddress } = require('alexa-address-parser');

const spokenAddress = '123 northeast 30 first avenue';
try {
  const friendlyAddress = getFriendlyAddress(spokenAddress);
  // equals '123 northeast 31st avenue'
} catch (ex) {
  // format not recognized
}
1.0.5

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago