0.0.1 • Published 12 years ago

kennitala-js v0.0.1

Weekly downloads
17
License
-
Repository
-
Last release
12 years ago

This is an utility library for the Icelandic national identification number scheme.

Build Status

Usage

Kennitala = require('kennitala');
Kennitala.validate('0101012239');
Kennitala.generate(new Date()); //Generates a valid ssid for the given date, useful for testing

Browser

Include the minified library and a Kennitala object should be available.

Development

git pull http://github.com/StefanKjartansson/kennitala-js.git
npm install
make

Testing

make test