0.0.1 • Published 6 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 install
to install dependencies. - Create a
.env
file in the root directory and set yourAPI_URL
. - Run
npm start
to execute the application.
Output
Generated PDFs will be saved in the /output
directory.