Ecosyste.ms: Awesome
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: about 1 month 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 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T21:10:19.000Z (about 3 years ago)
- Last Synced: 2024-10-21T20:53:27.081Z (3 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
[![CircleCI](https://circleci.com/gh/lamp/postie/tree/master.svg?style=svg)](https://circleci.com/gh/lamp/postie/tree/master)
# postiePostcode validation, formatting and generation
## Usage
```clojure
(require '[postie.core :as p])(p/valid? :ca "K1A 0A1") ; true
```[## License](./license)