thaismartcardreader.js
v0.2.4
Published
Read data from thai smartcard via NodeJS
Maintainers
Readme
Thai Smart Card Reader.js
This is implementation of smartcard node js module. That using PCSC API.
Installation
yarn add thaismartcardreader.jsDeprecated
- "card-readed" event from Reader class using "card-inserted" instead
- Access variable directly eg. person.cid using getter function by add prefix "get" and using camelCase eg getCid, getDoB
Example Code
You can find it in demo/GetAllData.js
API Document
Comming Soon in Version 0.3
Credit
Chakphanu for an APDU Command
