alexrabarts / iso_country_codes

A Ruby library that provides ISO 3166-1 country codes/names and ISO 4217 currencies
http://github.com/alexrabarts/iso-country-codes
163 stars 62 forks source link

Add Netherlands Antilles #36

Closed SimonMiaou closed 8 years ago

SimonMiaou commented 8 years ago

The only thing I don't know is the numeric associated to the country. Any help?

greysteil commented 8 years ago

Hey Simon,

We pull this data from https://en.wikipedia.org/wiki/ISO_3166-1 using https://github.com/alexrabarts/iso_country_codes/blob/master/rakelib/iso_3166_1.rake. That's the place to add Netherland Antilles, assuming they're cool with it.

greysteil commented 8 years ago

Given the above, I'm closing this - if it gets accepted by wikipedia then please re-open to add the calling code and iban prefix!