0.0.15 • Published 4 years ago

thai-id-card v0.0.15

Weekly downloads
178
License
ISC
Repository
github
Last release
4 years ago

Thai National ID CARD

Verify , Generate

Installation

$ npm install thai-id-card

Javascipt

const thaiIdCard = require('thai-id-card') // for ES5
or
import thaiIdCard from 'thai-id-card'; // for ES6

Usage

const result = thaiIdCard.verify(‘1101700207030’);
// return true

const id = thaiIdCard.generate();
// return id

Demo

https://repl.it/@tanjaae/thai-id-card