vatcheckapi for Meteor
- Website: https://vatcheckapi.com
- Docs: https://vatcheckapi.com/docs
Install
meteor add everapi:vatcheckapi
Quickstart: validate VAT number
1import { VatCheckApi } from 'meteor/everapi:vatcheckapi'; 2 3const client = VatCheckApi.createClient(process.env.VATCHECKAPI_KEY); 4const result = await client.validate({ vat_number: 'DE123456789' }); 5console.log(result);
Set VATCHECKAPI_KEY
in your environment or Meteor settings.
License
MIT