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
- Host: GitHub
- URL: https://github.com/don/phonegap-nfc-writer
- Owner: don
- Created: 2011-07-01T17:01:59.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T21:03:54.000Z (over 9 years ago)
- Last Synced: 2025-01-31T21:34:46.558Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.3 MB
- Stars: 14
- Watchers: 6
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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