simonepri / country-iso

🗺 Get the ISO 3166-1 alpha-3 country code from geographic coordinates.
MIT License
144 stars 9 forks source link

Provide iso alpha 2 as well #10

Closed hugolpz closed 2 years ago

hugolpz commented 2 years ago

Sources:

simonepri commented 2 years ago

Hi hugolpz@ thanks for the suggestion!

At the moment I would probably avoid to bloat this package with additional conversions since there are already dedicated packages to go from alpha-3 to alpha-2.

But if there's a large demand then we can think about adding it (although I doubt).