Skip to content

nocworx/iso-3166-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISO 3166-2

Complete Collection of json files for the country subdivision from ISO 3166-2.

ISO 3166-2 https://en.wikipedia.org/wiki/ISO_3166-2

Usage

$ukSubdivisions = \L91\ISO_3166_2\Subdivision::getSubdivisions('gb');

Folder Structure

  • subdivisions (all subdivisions by countrycode)
  • countrycode (specific translations)

Example:

  • subdivisions
    • at.json (all subdivisions from austria in the default/country language)
    • at
      • en.json (english translated subdivisions)

Contribute

Feel free to contribute by add translates and co. from the ISO-3166-2.

Progress
Subdivisions 100%
Specific Translates 1%

Code Snippet to get the ISO from Wiki in Dev Tools

var obj = {};
$('.jquery-tablesorter tbody').eq(0).find('td:first-child').each(function() {
     obj[$.trim($(this).text())] = $.trim($(this).next().text());
});

console.log(JSON.stringify(obj, null, 4));

About

Collection of all country subdivions by ISO 3166-2 https://en.wikipedia.org/wiki/ISO_3166-2.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%