Skip to content

Instantly share code, notes, and snippets.

@MogulChris
Created May 5, 2019 21:41
Show Gist options
  • Save MogulChris/338daf065d7807bc7734f4fccb62bb91 to your computer and use it in GitHub Desktop.
Save MogulChris/338daf065d7807bc7734f4fccb62bb91 to your computer and use it in GitHub Desktop.
List of New Zealand regions in JSON format
var regions = [
"northland" => "Northland",
"auckland" => "Auckland",
"waikato" => "Waikato",
"bay_of_plenty" => "Bay of Plenty",
"gisborne" => "Gisborne",
"hawkes_bay" => "Hawke's Bay",
"taranaki" => "Taranaki",
"manawatu_wanganui" => "Manawatu-Wanganui",
"wellington" => "Wellington",
"tasman" => "Tasman",
"nelson" => "Nelson",
"marlborough" => "Marlborough",
"west_coast" => "West Coast",
"canterbury" => "Canterbury",
"otago" => "Otago",
"southland" => "Southland"
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment