Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opsway/documents
Service stateless API for converting HTML documents to PDF
https://github.com/opsway/documents
api go golang html opsway-opensource pdf
Last synced: 3 months ago
JSON representation
Service stateless API for converting HTML documents to PDF
- Host: GitHub
- URL: https://github.com/opsway/documents
- Owner: opsway
- License: mit
- Created: 2019-02-05T15:43:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T02:19:59.000Z (over 1 year ago)
- Last Synced: 2024-07-18T04:33:50.735Z (4 months ago)
- Topics: api, go, golang, html, opsway-opensource, pdf
- Language: Go
- Homepage: https://github.com/opsway/documents
- Size: 127 KB
- Stars: 25
- Watchers: 8
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/contributing.md
- License: license
- Code of conduct: .github/code_of_conduct.md
- Roadmap: roadmap.md
Awesome Lists containing this project
README
Documents
Service stateless API for converting HTML documents to PDF.
---
### Quick start
Open a terminal and run the following command:
docker run --rm -p 8515:8515 -v template:/app/templates quay.io/opsway/documents
The API is now available on your host at `http://localhost:8515`.
## Build
make image-release
## Badges[![Travis CI](https://travis-ci.org/opsway/documents.svg?branch=master)](https://travis-ci.org/opsway/documents)
[![codecov](https://codecov.io/gh/opsway/documents/branch/master/graph/badge.svg)](https://codecov.io/gh/opsway/documents)
[![Go Report Card](https://goreportcard.com/badge/github.com/opsway/documents)](https://goreportcard.com/report/opsway/documents)