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