You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add URL API docs to README and GitHub link to header
Document the ?data= URL parameter for programmatic invoice generation
with a collapsible example in the README. Add a "Self-host this" link
with GitHub icon to the app header bar.
Copy file name to clipboardExpand all lines: README.md
+55Lines changed: 55 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,61 @@ Inspired by [easy-invoice-pdf](https://github.com/VladSez/easy-invoice-pdf).
21
21
- Cyrillic/Unicode support (embedded Open Sans fonts)
22
22
- 60 e2e tests
23
23
24
+
<details>
25
+
<summary><strong>URL API — generate invoice links programmatically</strong></summary>
26
+
27
+
The app accepts a `?data=` URL parameter containing a compressed invoice. You can generate these links from any language to create pre-filled invoices — useful for billing systems, CRMs, or automated workflows.
0 commit comments