Chickens on a Chain - Eris/IoT
- Raspberry Pi 2/Pi 3
- NFC/RFID reader
- NFC/RFID tags
sudo node eggs.js
And place the tag to the reader, you'll see the eggs number goes up.
-
The
node-nfc
node dependency has issue with thenfc.parse
function.You can pull the forked node-nfc repo,
which fixed the problem and build the module bynode-gyp
.