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 Ionic 1.x
$ npm install -g ionic
Install Plugin and Platform
$ ionic platform add android
$ ionic plugin add phonegap-nfc
Plug in your NFC enabled Android phone and run the app
$ ionic run --device