diff --git a/README.md b/README.md index f638d11..83ab6f1 100644 --- a/README.md +++ b/README.md @@ -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 person’s 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)