This commit is contained in:
ryanwong
2022-02-06 21:47:53 -05:00
parent bd6e5ae02a
commit 46625dd6cd
14 changed files with 491 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# day 10
## Instructions
- setup project
- clone to your github
- Create a page /code where we show a QR Code. The QR code goes to the route /api/v1/code/<code>?amount=1&service=software service. The code can be random
- When user scans the code, it will download pdf invoice with the amount specified in url. The service will also specified
- use this invoice template https://github.com/sparksuite/simple-html-invoice-template
- Use this library html-pdf-node
- Everything must be done by end of date