fips-state-codes
v1.0.1
Published
FIPS state codes were numeric and two-letter alphabetic codes defined in U.S. Federal Information Processing Standard Publication to identify U.S. states.
Downloads
10
Readme
fips-state-codes
FIPS state codes were numeric and two-letter alphabetic codes defined in U.S. Federal Information Processing Standard Publication to identify U.S. states.
In 2008, these codes were deemed obsolete by the US National Institute of Standards and Technology (NIST), but the codes were still used in 2010 US Census data.
For more info see:
- https://en.wikipedia.org/wiki/FIPS_county_code
- https://en.wikipedia.org/wiki/Federal_Information_Processing_Standard_state_code
- https://www.census.gov/geo/reference/codes/cou.html
- https://www2.census.gov/geo/docs/reference/codes/files/national_county.txt
Installation
npm install fips-state-codes --save
Usage
require('fips-state-codes')['06']
// 'CA'
License
MIT