kaungmyatlwin / myanmar-phonenumber

Javascript module port (for browsers and node) of (https://github.com/Melomap/mm_phonenumber) to check valid myanmar mobile numbers, get mobile operator's name, sanitize mobile numbers and get mobile network types.
Apache License 2.0
63 stars 16 forks source link

Necessary rules extenstions #7

Open greenlikeorange opened 4 years ago

greenlikeorange commented 4 years ago

I found google's phone number library using phone number list from ITU and I found ITU have well documented Myanmar list describe in the link https://www.itu.int/oth/T0202000092/en

How about adding those rules here.

greenlikeorange commented 4 years ago

Are you going to add those rules or I'm going to create new repository :C

kaungmyatlwin commented 4 years ago

Yes. A rule based database would be better to add it as a dependency to this project. Thank you!