LucianoGanga / country-codes-list

List of codes per country (languages, calling codes, currency codes, etc)
MIT License
94 stars 48 forks source link

Multiple countries can have the same country calling code #24

Open jtara1 opened 1 year ago

jtara1 commented 1 year ago

Use case is USA and Canada

So this code is broken

const countryCodes = require('country-codes-list')

let b  = countryCodes.customList('countryCallingCode', '{countryCode}')
b[1] // yields 'DO'

one solution is to do map one country calling code to many country codes