Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

country-vat

Kikobeats460MIT1.0.20

Get a country VAT rate. ISO 3166-1 compliant.

billing, country, gst, invoice, iso-31661, iso-31661-alpha2, iso-31661-alpha3, iso-31661-name, iso-31661-numeric, money, sales, salestax, tax, union, vat, vat, vatmoss

readme

country-vat

Last version Coverage Status NPM Status

Get a country VAT rate. ISO 3166-1 compliant.

Install

$ npm install country-vat --save

Usage

const countryVat = require('country-vat')

countryVat('ES') // => 0.21
countryVat('ESP') // => 0.21
countryVat(724) // => 0.21
countryVat('Spain') // => 0.21
  • req-country – Given a request, get the country associated with it. ISO 3166-1 alpha-2 compliant.
  • is-european – Check if a country is part of the EU (European Union) or EEA (European Economic Area). ISO 3166-1 compliant.
  • tom.js.org – tom 🐶 is a backoffice for your projects.

License

country-vat © Kiko Beats, released under the MIT License.
Authored and maintained by Kiko Beats with help from contributors.

kikobeats.com · GitHub Kiko Beats · X @Kikobeats

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.20 (2025-01-13)

1.0.19 (2025-01-06)

1.0.18 (2025-01-02)

1.0.17 (2025-01-01)

1.0.16 (2024-11-13)

1.0.15 (2024-11-13)

1.0.14 (2024-09-09)

1.0.13 (2024-05-08)

1.0.12 (2024-01-31)

1.0.11 (2024-01-31)

1.0.10 (2023-10-24)

1.0.9 (2023-09-07)

1.0.8 (2023-04-06)

1.0.7 (2023-02-11)

1.0.6 (2022-05-17)

1.0.5 (2022-04-12)

1.0.4 (2022-04-04)

1.0.3 (2022-03-02)

1.0.2 (2022-02-25)

1.0.1 (2022-02-11)

1.0.0 (2021-03-04)