Skip to content

leonardehrenfried/globus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#globus: Making your app world-ready

A collection of utilities that will make it easier for your JVM based software to be ready for the world's users.

Features:

  • Worldwide postal code validation (data provided by CLDR)
PostalCodes.isValid("DE", "10407");
  • Translation of all countries/territories into all languages
Countries.get("de"); //returns a map of <countryCode,nameOfCountry>
  • No dependencies (apart from the JRE of course)

Planned features (pull requests welcome!):

  • Phone number formatting

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published