Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lamp/postie

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

clojure postcode validation

Last synced: about 1 month 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)