vkurchatkin / which-country

Get ISO 3166-1 alpha-3 country code for geographic coordinates
56 stars 28 forks source link

2 letter codes? #2

Closed morrislaptop closed 7 years ago

morrislaptop commented 7 years ago

This seems to be more common, is there an option for this?

vkurchatkin commented 7 years ago

You could use a separate package to look up 2 letter code (or anything else). Take a look at the example: https://github.com/vkurchatkin/which-country/blob/master/example/main.js#L3

morrislaptop commented 7 years ago

Thanks