https://github.com/devgeeks/phonegap-nfc-test
Test project for phonegap-nfc plugin
https://github.com/devgeeks/phonegap-nfc-test
Last synced: 10 months ago
JSON representation
Test project for phonegap-nfc plugin
- Host: GitHub
- URL: https://github.com/devgeeks/phonegap-nfc-test
- Owner: devgeeks
- Created: 2013-06-03T23:29:20.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-12T13:28:20.000Z (about 13 years ago)
- Last Synced: 2025-02-15T05:24:16.117Z (over 1 year ago)
- Language: JavaScript
- Size: 7.21 MB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phonegap-nfc-test
Some sanity ridden code to help get phonegap-nfc running with cordova cli.
## Requirements
cordova-cli 2.8.14 (or newer)
npm install cordova -g
If you run npm with sudo (not recommended), you may need chown the node modules directory
sudo chown -R YOURUSERNAME /usr/local/lib/node_modules/cordova``
## Installation
1) Clone this repo ``git clone git://github.com/devgeeks/phonegap-nfc-test.git && cd phonegap-nfc-test``
2) ``cordova run``
3) Make changes and rebuild... ``cordova run``
## Debugging
Use weinre