identification-numbers-pl

0.0.1-alpha.2 • Public • Published

identification-numbers-pl

Provides utility methods to validate and generate various identification numbers used in Poland such as NIP, REGON, PESEL, etc.

Build Status npm version Dependency Status Code Climate Test Coverage

Note that this project is still in its incubating phase.

Installation

$ npm install identification-numbers-pl --save --save-exact

Quick Start

var ids = require('identification-numbers-pl');
 
expect(ids.pesel('83071503434').isValid()).to.be.true;
expect(ids.regon('975124224').isValid()).to.be.true;

Package Sidebar

Install

npm i identification-numbers-pl

Weekly Downloads

2

Version

0.0.1-alpha.2

License

MIT

Last publish

Collaborators

  • danielpacak