/sc-nfc

Polymer 1.0 element that wraps around phonegap-nfc to expose nfc/rfid abilities

Primary LanguageHTML

sc-nfc

Polymer 1.0 element that wraps around phonegap-nfc to expose nfc/rfid abilities

<sc-nfc> is an element that helps you to read/write nfc using the phonegap-nfc plugin

Getting started

Install with bower

First you need bower, see their site for details

bower install --save sc-nfc

Make sure the window.nfc object is available after installing the phonegap-nfc plugin

How to use

  <sc-nfc></sc-nfc>

Contributions welcome, please create issues!