Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 594 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 594 Bytes

PhoneGap NFC Reader

This project demonstrates reading NFC tags using Apache Cordova and phonegap-nfc.

This is an Ionic Framework port of phonegap-nfc-reader

Your computer needs to be set up for Cordova and Android development.

Install Plugin and Platform

$ cordova platform add android
$ cordova plugin add com.chariotsolutions.nfc.plugin

Plug in your NFC enabled Android phone and run the app

$ cordova run