Add Phone number section.

This commit is contained in:
Kevin Deldycke
2016-09-08 12:22:33 +02:00
parent 1c5b0f078c
commit 1b6f99cdad

View File

@@ -14,6 +14,7 @@ TODO: explain why this list is aweseome.
- [Emails](#emails)
- [Geography](#geography)
- [Human names](#human-names)
- [Phone numbers](#phone-numbers)
- [Prices](#prices)
- [Postal addresses](#postal-addresses)
@@ -41,6 +42,11 @@ TODO: explain why this list is aweseome.
- [iOS NSPersonNameComponentsFormatter](https://developer.apple.com/library/ios/documentation/Miscellaneous/Reference/NSPersonNameComponentsFormatter_Class/index.html): localized representations of the components of a persons name.
## Phone numbers
- [`libphonenumber`](https://github.com/googlei18n/libphonenumber): Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. Also available for [C#](https://github.com/erezak/libphonenumber-csharp), [Objective-C](https://github.com/iziz/libPhoneNumber-iOS), [Python](https://github.com/daviddrysdale/python-phonenumbers), [Ruby](https://github.com/sstephenson/global_phone) and [PHP](https://github.com/giggsey/libphonenumber-for-php).
## Prices
- [Falsehoods programmers believe about prices](https://gist.github.com/rgs/6509585)