Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)