https://github.com/dotemacs/vat
Look up VAT numbers on VAT Information Exchange System
https://github.com/dotemacs/vat
Last synced: 2 months ago
JSON representation
Look up VAT numbers on VAT Information Exchange System
- Host: GitHub
- URL: https://github.com/dotemacs/vat
- Owner: dotemacs
- Created: 2016-09-05T17:26:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-22T11:03:04.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T13:42:03.207Z (4 months ago)
- Language: Clojure
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `vat`
[](https://semaphoreci.com/dotemacs/vat)
A Clojure library designed to look up VAT numbers on
[VAT Information Exchange System](http://ec.europa.eu/taxation_customs/vies/)## Install
```clojure
[vat "0.1.1"]
```## Usage
```clojure
(require '[vat.core :as vat])
(vat/look-up-number "GB" "678")
```Or if you just care of the VAT numbers in United Kingdom:
```clojure
(vat/look-up-number "678")
```