0.0.1 • Published 11 months ago
pdf-exporting v0.0.1
PDF Generator
This project calls an API and generates a PDF using pdfkit.
Setup
- Clone the repository.
- Run
npm installto install dependencies. - Create a
.envfile in the root directory and set yourAPI_URL. - Run
npm startto execute the application.
Output
Generated PDFs will be saved in the /output directory.