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
- Host: GitHub
- URL: https://github.com/lamp/postie
- Owner: lamp
- License: unlicense
- Created: 2021-02-13T19:21:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T21:10:19.000Z (about 4 years ago)
- Last Synced: 2025-01-29T06:48:35.129Z (12 months ago)
- Topics: clojure, postcode, validation
- Language: Clojure
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](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)