Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briansipple/state-abbreviation-string-array
Comma-separated string array consisting ONLY of US state abbreviations
https://github.com/briansipple/state-abbreviation-string-array
Last synced: 14 days ago
JSON representation
Comma-separated string array consisting ONLY of US state abbreviations
- Host: GitHub
- URL: https://github.com/briansipple/state-abbreviation-string-array
- Owner: BrianSipple
- Created: 2014-07-09T17:27:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-10T04:36:11.000Z (over 10 years ago)
- Last Synced: 2024-10-11T11:23:58.188Z (about 1 month ago)
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
State Abbreviation String Array
===================================From brute force to open source... I needed to make a comma-separated array consisting solely of state abbreviation strings. I couldn't find it on Google or GitHub already, so here it is for anyone else who might have the same need.
###Notes
- Each 2-letter code adheres to the ANSI standard INCITS 38:2009
- "DC" is included for District of Columbia
- US territories and commonwealths are also included: "AS" (American Samoa), "GU" (Guam), "MP" (Northern Mariana Islands), "PR" (Puerto Rico), "VI" (Virgin Islands)