Skip to content

Commit 5f6f656

Browse files
committed
Add more docs
1 parent f65659a commit 5f6f656

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# KDCIO HTML to PDF API
1+
# Serverless HTML to PDF API
22

33
This creates an API (AWS API Gateway and lambda) that converts HTML pages to PDF documents using [wkhtmltopdf](https://wkhtmltopdf.org/) (0.12.4). It implements a simple interface to read an HTML input and output PDF content.
44

55
This project is a fork of [zeplin/zeplin-html-to-pdf](https://github.com/zeplin/zeplin-html-to-pdf).
66

7+
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/kdcio/serverless-html-to-pdf/Build%20and%20Test)](https://github.com/kdcio/serverless-html-to-pdf/actions/workflows/push.yml)
8+
79
## Setup
810

911
```bash
@@ -78,3 +80,15 @@ To use that config file, run the command below:
7880
```bash
7981
npm run deploy prod
8082
```
83+
84+
## Star Me
85+
86+
If you find this project useful, please consider giving a star. I would really appreciate it.
87+
88+
You can also:
89+
90+
[![Buy Me A Coffee](https://cdn.buymeacoffee.com/buttons/default-yellow.png)](https://www.buymeacoffee.com/o4f0WYV)
91+
92+
## License
93+
94+
[MIT](LICENSE)

0 commit comments

Comments
 (0)