Skip to content
forked from samt/rfidjs

Reads an RFID device keyboard input and emits an event with the validated ID

Notifications You must be signed in to change notification settings

number005/rfidjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

RFID.js

Reads keyboard input (from an RFID device) and emits an event containing the validated id code.

Applications

This is pimarily useful for kiosks running some sort of web application

Usage

Just register a listener for the event

document.addEventListener("RFIDCardScan",function (e) {
	console.log('Card Scanned: ' + e.idcode);
},false);

License

The MIT License

About

Reads an RFID device keyboard input and emits an event with the validated ID

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published