{"id":17222893,"url":"https://github.com/rush/node-euvies","last_synced_at":"2025-03-25T16:22:15.647Z","repository":{"id":7604884,"uuid":"8962683","full_name":"Rush/node-euvies","owner":"Rush","description":"Resolve EU VAT identification numbers to company details.","archived":false,"fork":false,"pushed_at":"2013-03-22T23:55:54.000Z","size":128,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T14:25:10.138Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rush.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-22T23:08:23.000Z","updated_at":"2017-10-30T21:54:13.000Z","dependencies_parsed_at":"2022-07-31T15:18:57.121Z","dependency_job_id":null,"html_url":"https://github.com/Rush/node-euvies","commit_stats":null,"previous_names":["rushpl/node-euvies"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rush%2Fnode-euvies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rush%2Fnode-euvies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rush%2Fnode-euvies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rush%2Fnode-euvies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rush","download_url":"https://codeload.github.com/Rush/node-euvies/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245496313,"owners_count":20624871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T04:06:39.369Z","updated_at":"2025-03-25T16:22:15.620Z","avatar_url":"https://github.com/Rush.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"node-euvies\n===========\n\nResolve EU VAT identification numbers to company details. It relies on European Union WSDL service at URL http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl\n\nInstallation\n===========\n\n    npm install euvies\n\nHow to use\n===========\n\n    var euVies = require('euvies');\n    euVies.checkVat({countryCode: \"PL\", vatNumber: \"5842656844\"}, function(err, res) {\n      if(err) return console.log(err);\n      console.log(res);\n    });\n\nShould print:\n\n    { countryCode: 'PL',\n    vatNumber: '5842656844',\n    requestDate: '2013-03-23+01:00',\n    valid: true,\n    name: 'DAMIAN KACZMAREK',\n    address: [ 'xxx', 'xxx' ] }\n\nAlternative:\n\n    euVies.checkVat(\"PL5842656844\", callback);\n    \nNotes:\n* First check takes longer due to need to create a WSDL client.\n* Invalid country will yield an error, otherwise a proper country and bad ID returns no error but an object with `valid` set to false.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frush%2Fnode-euvies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frush%2Fnode-euvies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frush%2Fnode-euvies/lists"}