1.0.1 • Published 9 years ago

street-types v1.0.1

Weekly downloads
6,362
License
MIT
Repository
github
Last release
9 years ago

street-types

US street types/suffixes and abbreviations

Install

$ npm install street-types

API

var streetTypes = require('street-types');

console.log(streetTypes);
/*
[
  {
    "suffix": "ALLEY",
    "abbrs": ["ALLEE", "ALLEY", "ALLY", "ALY"],
    "standardAbbr": "ALY"
  },
  {
    "suffix": "ANEX",
    "abbrs": ["ANEX", "ANNEX", "ANNX", "ANX"],
    "standardAbbr": "ANX"
  },
  {
    "suffix": "ARCADE",
    "abbrs": ["ARC", "ARCADE "],
    "standardAbbr": "ARC"
  },
  ...
]
*/

Source

http://pe.usps.gov/text/pub28/28apc_002.htm

License

MIT