Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

street-types

tjmehta10kMIT1.0.1

Street suffixes and abbreviations

street, types, street, abbreviations, street, suffixes, streets, street, suffixes, abbrevs, abbreviations, types, suffix

readme

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