Skip to content

Instantly share code, notes, and snippets.

@ryanburgess
Last active December 7, 2015 05:46
Show Gist options
  • Save ryanburgess/546786509449c8c3043c to your computer and use it in GitHub Desktop.
Save ryanburgess/546786509449c8c3043c to your computer and use it in GitHub Desktop.
All province names and two digit province codes in Canada
[{
"value": "AB",
"state": "Alberta"
},
{
"value": "BC",
"state": "British Columbia"
},
{
"value": "MB",
"state": "Manitoba"
},
{
"value": "NB",
"state": "New Brunswick"
},
{
"value": "NF",
"state": "Newfoundland"
},
{
"value": "NT",
"state": "Northwest Territories"
},
{
"value": "NS",
"state": "Nova Scotia"
},
{
"value": "NU",
"state": "Nunavut"
},
{
"value": "ON",
"state": "Ontario"
},
{
"value": "PE",
"state": "Prince Edward Island"
},
{
"value": "QC",
"state": "Quebec"
},
{
"value": "SK",
"state": "Saskatchewan"
},
{
"value": "YT",
"state": "Yukon Territory"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment