# Directus Siret interface


A [Directus 7](https://github.com/directus/directus) interface to handle the 
french company identifiers (SIREN, SIRET & VAT number).

It provides validation and formatting of values.


## Build

Build for production

```
npm run build
```


## Installation

Create a production build (`npm run build`) and copy the content 
of the _dist_ directory to the _public/extensions/custom/interfaces/siret/_
directory of your Directus 7 api installation.


