OpenBookPrices / country-data

Country related data such as ISO codes, currencies etc
MIT License
513 stars 165 forks source link

Add phone number length #24

Open palmerabollo opened 9 years ago

palmerabollo commented 9 years ago

Any plans to include valid phone number lengths by country? Are you open to contributions? My plan would be to port the data already available in node-phone to country-data.

I don't know if it would be too hard to maintain that information up to date.

evdb commented 9 years ago

I'd be wary of adding the data directly as I think it would be hard to maintain. Also it seems that node-phone already has most of it.

However it would certainly be worth adding a note to the country-data readme that node-phone exists. Patches welcome :)