Go to file
2018-10-08 11:27:13 +02:00
dist Bug fix and example completion 2018-10-08 11:27:13 +02:00
docs fixed docs 2018-09-03 17:16:53 +02:00
example Bug fix and example completion 2018-10-08 11:27:13 +02:00
src Bug fix and example completion 2018-10-08 11:27:13 +02:00
tests Bug fix and example completion 2018-10-08 11:27:13 +02:00
types Bug fix and example completion 2018-10-08 11:27:13 +02:00
.gitignore Add bundle 2017-03-10 12:40:40 +01:00
bower.json Bug fix and example completion 2018-10-08 11:27:13 +02:00
LICENSE Bug fix and example completion 2018-10-08 11:27:13 +02:00
package-lock.json Bug fix and example completion 2018-10-08 11:27:13 +02:00
package.json Bug fix and example completion 2018-10-08 11:27:13 +02:00
readme.md fixed docs 2018-09-03 17:16:53 +02:00
webpack.config.js Bug fix and example completion 2018-10-08 11:27:13 +02:00
yarn.lock Bug fix and example completion 2018-10-08 11:27:13 +02:00

CodiceFiscale.js

CodiceFiscale.js is a javascript and typescript utility library to compute and validate Italian Italian Tax code (codice fiscale).

Change log

Version 2.0.0

  • Added TypeScript support
  • Added Object-oriented API
  • Improved performance
  • Improved error detection
  • Backcompatible

Installation

Node

npm install codice-fiscale-js --save

Web

<script src="/dist/codice.fiscale.var.js"></script>

AMD, UMD e CommonJS version are available. Check dist folder

Docs

Available npm scripts:

  • npm run build: build the bundle into dist directory.
  • npm run test: launch the tests.