richorama / country-code-lookup

:earth_africa: Finds countries by various country codes
MIT License
84 stars 28 forks source link

Zambia country code is wrong #17

Closed sandra023 closed 4 years ago

sandra023 commented 4 years ago
   continent: 'Africa',
    region: 'Southern Africa',
    country: 'Zambia',
    capital: 'Lusaka',
    fips: 'ZA',
    iso2: 'ZM',
    iso3: 'ZWB',
    isoNo: '894',
    internet: 'ZM'
  }

The Zambia iso3 code is 'ZMB' not 'ZWB'

richorama commented 4 years ago

Thank you for reporting this. It's now fixed in 0.0.16