marcoSven / stateAbbreviation.js

Convert state abbreviation to name and vice versa.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stateAbbreviation.js

Convert state abbreviation to name and vice versa.

Use

var stateList = new stateAbbreviation();

// get the list
stateList.list;

// optionally get the list upper or lower case
stateList.caseTransform( 'upper' );

// Convert - pass a state name or abbreviation 
// and optionally the desired type of capitalization
stateList.stateConvert( 'CA', 'lower' );

About

Convert state abbreviation to name and vice versa.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%