1.0.1 • Published 6 years ago

fips-state-codes v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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:

Installation

npm install fips-state-codes --save

Usage

require('fips-state-codes')['06']
// 'CA'

License

MIT