Skip to content

Validation of Greek social security number (AMKA).

License

Notifications You must be signed in to change notification settings

greecejs/greece-amka

Repository files navigation

greece-amka Build Status Coverage Status npm

Validation of a Greek social security number (AMKA).

Έλεγχος ορθότητας ενός Αριθμού Μητρώου Κοινωνικής Ασφάλισης (ΑΜΚΑ).

Installation

$ npm install greece-amka

Usage

To validate an AMKA number:

var amka = require('greece-amka');

amka.validate('01013099997'); // true
amka.validate('00000000000'); // false

License

MIT

About

Validation of Greek social security number (AMKA).

Resources

License

Stars

Watchers

Forks

Packages

No packages published