Skip to content
/ rfidjs Public

Reads an RFID device from stdin and emits an event with the validated ID

Notifications You must be signed in to change notification settings

samt/rfidjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

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 from stdin and emits an event with the validated ID

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published