A simple cli client for jsonvat.com.
- Passing a list of countries (-countries=es,de,fr) and returns the VAT of each country ✓
- Passing a price (-price=12.3) and getting the price for the specific countries ✘
Either build the project:
go build vat.go
Or pull the docker image:
docker run xocasdashdash/govat --countries=es,de