Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeforthailand/Thai-Citizen-ID-Validator
เช็คเลขบัตรประจำตัวประชาชน
https://github.com/codeforthailand/Thai-Citizen-ID-Validator
Last synced: 2 months ago
JSON representation
เช็คเลขบัตรประจำตัวประชาชน
- Host: GitHub
- URL: https://github.com/codeforthailand/Thai-Citizen-ID-Validator
- Owner: codeforthailand
- Created: 2015-02-28T07:52:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T18:04:39.000Z (about 8 years ago)
- Last Synced: 2024-10-11T22:25:08.345Z (3 months ago)
- Language: JavaScript
- Size: 144 KB
- Stars: 20
- Watchers: 6
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-thai-dev - codeforthailand/Thai-Citizen-ID-Validator - ตรวจสอบเลขประจำตัวประชาชน (JavaScript) (ไลบรารี่)
README
# เช็คเลขบัตรประจำตัวประชาชน
## Thai Citizen ID validator
![image](https://travis-ci.org/codeforthailand/Thai-Citizen-ID-Validator.svg)## Installation
```
bower install th-id-validator
```## Usage
HTML```
```
Javascript
```
var result = validateThaiCitizenID(‘’);
```
## Development
### Testing
```
gulp
```### Build
```
gulp build
```