qr_download

Opens a QR code in your browser which you can then use to download your app on your mobile device

Usage no npm install needed!

<script type="module">
  import qrDownload from 'https://cdn.skypack.dev/qr_download';
</script>

README

QR_Download

NPM version Downloads

How to use

The following example runs Qr_Download and opens the qr code to download in your browser.

var QR = require('qr_download');
QR('cordova/',{dontOpen:false});

It is really as simple as that!

To download it, be on the same network, and scan the QR Code.

Future

  • Create a grunt script to run this module from
  • Add iOS support