viesapi-client
v1.3.3
Published
VIES API Client for JavaScript
Downloads
7,242
Maintainers
Readme
VIES API Client for JavaScript
This is the official repository for VIES API Client for JavaScript.
VIES API provides selected entrepreneurs' data using, among others, web services, programming libraries, and dedicated applications. By using the available software (libraries, applications and Excel add-in) your customers will be able to:
- check contractors' EU VAT number status in VIES system,
- download company details from VIES system,
- automatically fill in the invoice forms,
in the fastest possible way.
Documentation
The documentation and samples are available here.
Build
Node.js 22+ is required to build this library. Building is only required to generate TypeScript definitions.
git clone https://github.com/viesapi/viesapi-javascript-client.git
cd viesapi-javascript-client
npm install
npm run build:typesHow to use
The release version of the library is published in NPM. Add the following dependency using the npm tool:
npm install viesapi-clientThe example and example-esm directories contains a sample usages from a Node.js application, and the example-web directory contains a sample usage from an HTML web application.
License
This project is delivered under Apache License, Version 2.0:
