@superhero/fiscal-id-generator

Generates Fiscal ID

Usage no npm install needed!

<script type="module">
  import superheroFiscalIdGenerator from 'https://cdn.skypack.dev/@superhero/fiscal-id-generator';
</script>

README

Fiscal ID Generator

Licence: MIT


npm version

Tool used to generate a fiscal ID

Install

npm install @superhero/fiscal-id-generator

...or just set the dependency in your package.json file:

{
  "dependencies":
  {
    "@superhero/fiscal-id-generator": "*"
  }
}

Example

const
FiscalIdGenerator = require('@superhero/fiscal-id-generator'),
fiscalIdGenerator = new FiscalIdGenerator(),
NIF               = fiscalIdGenerator.generateNIF()