Include QR codes on the proposal page; added API route

This commit is contained in:
Sander Ferdinand 2018-10-20 02:11:54 +02:00
parent 75c7f49842
commit 531072d2aa
No known key found for this signature in database
GPG key ID: 7BBC83D7A8810AAB
15 changed files with 191 additions and 21 deletions

View file

@ -66,12 +66,24 @@
]
}</pre>
</div>
<div class="api_container" id="api_qr_generation">
<h5><small>GET</small> <code>/api/1/qr</code></h5>
<hr>
<p>
WOW address to QR code generation. Returns 300x300 png.
</p>
<b>Example:</b>
<br>
<a target="_blank" href="https://funding.wownero.com/api/qr?address=WW44Zvkfv76ezeFn5M4ijAdjyCe7dK48bjaFixvyJoeyP1pmkn2MbLugchM8hV6czL4hBhjnKTP4W9HfHyNUqBch2y2R4DT3v">
link
</a>
</div>
</div>
{% include 'sidebar.html' %}
</div>
</div>
<!-- /.container -->
{% endblock %}