Awesome
PhoneGap NFC Writer Demo
Simple web app that writes an NDEF Message containing one Mime Media Record to a NFC tag.
Requires
- Android Phone with NFC
- Apache Cordova or PhoneGap
- Android SDK
Building
$ git clone https://github.com/don/phonegap-nfc-writer.git
$ cd phonegap-nfc-writer
$ cordova platform add android
$ cordova run --device
See phonegap-nfc for more info