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

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

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