An open API service indexing awesome lists of open source software.

https://github.com/lamp/postie

Postcode Validation and Formatting
https://github.com/lamp/postie

clojure postcode validation

Last synced: 10 months ago
JSON representation

Postcode Validation and Formatting

Awesome Lists containing this project

README

          

[![CircleCI](https://circleci.com/gh/lamp/postie/tree/master.svg?style=svg)](https://circleci.com/gh/lamp/postie/tree/master)
# postie

Postcode validation, formatting and generation

## Usage

```clojure
(require '[postie.core :as p])

(p/valid? :ca "K1A 0A1") ; true
```

[## License](./license)