Skip to content

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

License

Notifications You must be signed in to change notification settings

JuanRamino/CodiceFiscaleJS

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 96.2%
  • HTML 3.8%