{"id":22753592,"url":"https://github.com/starryinternet/street-suffix","last_synced_at":"2025-04-14T15:30:47.317Z","repository":{"id":57372222,"uuid":"123340096","full_name":"StarryInternet/street-suffix","owner":"StarryInternet","description":null,"archived":false,"fork":false,"pushed_at":"2019-02-05T17:33:35.000Z","size":7,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-04-25T09:20:29.046Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StarryInternet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-28T20:42:46.000Z","updated_at":"2023-02-03T13:59:30.000Z","dependencies_parsed_at":"2022-09-14T15:41:11.087Z","dependency_job_id":null,"html_url":"https://github.com/StarryInternet/street-suffix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarryInternet%2Fstreet-suffix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarryInternet%2Fstreet-suffix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarryInternet%2Fstreet-suffix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarryInternet%2Fstreet-suffix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StarryInternet","download_url":"https://codeload.github.com/StarryInternet/street-suffix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248906362,"owners_count":21181164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-11T06:11:50.144Z","updated_at":"2025-04-14T15:30:47.270Z","avatar_url":"https://github.com/StarryInternet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# street-suffix\n\nUtility for expanding and abbreviating US street types from their many abbreviations.\n\n### Instaling\n```\nnpm install --save street-suffix\n```\n\n### Examples\n\n#### Expanding Street Types\nExpanding a street type abbreviation into it's full USPS suffix street-suffix\n```js\nlet suffix = require('street-suffix');\n\nsuffix.expand('st') // STREET\nsuffix.expand('ave') // AVENUE\nsuffix.expand('av') // AVENUE\nsuffix.expand('avenue'); // AVENUE\n```\n\n#### Abbreviating Street Types\nAbbreviating a street type suffix or abbreviation into it's USPS standard abbreviation\n```js\nlet suffix = require('street-suffix');\n\nsuffix.abbreviate('street'); // ST\nsuffix.abbreviate('avenue'); // AVE\nsuffix.abbreviate('ave'); // AVE\nsuffix.abbreviate('av'); // AVE\n```\n\nThis works for all [standard USPS abbreviations](https://pe.usps.com/text/pub28/28apc_002.htm)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarryinternet%2Fstreet-suffix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarryinternet%2Fstreet-suffix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarryinternet%2Fstreet-suffix/lists"}