Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dragonbe/vies-web

A simple web site for validation of European VAT registration numbers
https://github.com/dragonbe/vies-web

Last synced: about 1 month ago
JSON representation

A simple web site for validation of European VAT registration numbers

Awesome Lists containing this project

README

        

# VIES-WEB

Quick and easy interface to validate VAT Information Exchange System (VIES) of the European Commission (EC). You can access it at [vies-web.azurewebsites.net](http://vies-web.azurewebsites.net) to try it out.

No guarantees provided.

## Run it locally with Docker

You can now run this yourself in an isolated container using [Docker](https://www.docker.com).

```shell
docker run --name vies_webapp --rm -d -p 8000:18080 dragonbe/vies-web
```

## Want to use it yourself?

This VIES client is now available for usage in your own applications. You can directly fork it from [GitHub](https://github.com/dragonbe/vies-web) or use the package from [Packagist](https://packagist.org/dragonbe/vies).

# LICENCE

This software is provided as-is under [MIT licence](LICENCE).