Skip to content

tjmehta/street-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

US street types/suffixes and abbreviations

Resources

License

Stars

Watchers

Forks

Packages

No packages published