naphattharawat / thai-id-card

Thai Id Card

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Thai Id Card


Languages

Language:TypeScript 55.4%Language:JavaScript 44.6%