An open API service indexing awesome lists of open source software.

https://github.com/don/phonegap-nfc-writer

PhoneGap NFC writer demo
https://github.com/don/phonegap-nfc-writer

Last synced: 7 months ago
JSON representation

PhoneGap NFC writer demo

Awesome Lists containing this project

README

          

# 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](https://cordova.apache.org) or [PhoneGap](http://phonegap.com)
* [Android SDK](http://developer.android.com/sdk/index.html)

## 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](https://github.com/chariotsolutions/phonegap-nfc) for more info