Skip to content

RicardoTrindade/UkPostkode

Repository files navigation

UkPostkode

Status Maven Central

Uk Postcode parsing library written in Kotlin. Similar to the gem UkPostcode.

Instalation

With gradle implementation 'com.ricardo-trindade:ukpostkode:0.0.1'

Usage

  For the postcode N1 5QJ   
  
  val postcode = UkPostkode("N1 5QJ)
  postcode.outcode = "N1"
  postcode.incode = "5QJ"
  postcode.area = "N"
  postcode.district = "1"
  postcode.sector = "5"
  postcode.unit = "QJ"

Contributing

Contributions are more than welcome, the project is still very young so feel free to open a PR!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages