Skip to content

Instantly share code, notes, and snippets.

@twolights
Created February 8, 2012 09:02
Show Gist options
  • Select an option

  • Save twolights/1766993 to your computer and use it in GitHub Desktop.

Select an option

Save twolights/1766993 to your computer and use it in GitHub Desktop.
Google Chart API: QRCode generator
<form method="GET" action="https://chart.googleapis.com/chart">
<div>
</div>
<div>
Size: <input type="text" name="chs" /> (nxn)
<input type="hidden" value="qr" name="cht" />
</div>
<div>
Content:<br />
<textarea name="chl"></textarea>
</div>
<div>
<input type="submit" />
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment